Html Css Color HEX #450B05 Seal Brown

📋 copy color: '#450B05'

red 69 ◦ green 11 ◦ blue 5

#450B05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #450B05

Tints of Seal Brown #450B05

RGB

 RED value IS 69 (27.34% from 255) = 81.18%

 GREEN value IS 11 (4.69% from 255) = 12.94%

 BLUE value IS 5 (2.34% from 255) = 5.88%

R = 81.18%
G = 12.94%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#450B05 (or 0x450B05) is known color: Seal Brown. HEX triplet: 45, 0B and 05. RGB value is (69,11,5). Sum of RGB (Red+Green+Blue) = 69+11+5=85 (11% of max value = 765). Red value is 69 (27.34% from 255 or 81.18% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 69 - color contains mainly: red. Hex color #450B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B05 is #BAF4FA. Grayscale: #1B1B1B. Windows color (decimal): -12252411 or 330565. OLE color: 330565.

HSL color Cylindrical-coordinate representation of color #450B05: hue angle of 5.62º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450B05 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 11 5 -
CMYK 0 0.84 0.93 0.73
HSL 5.63º 0.86% 0.15% -
HSV(B) 5.63º 0.93% 0.27% -
XYZ 2.6 1.52 0.3 -
YUV 27.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 69 11 5 0 0.84 0.93 0.73 5.63 0.86 0.15
Hex 45 B 5 0 54 5D 49 6 56 F
Octal 105 13 5 0 124 135 111 6 126 17
Binary 1000101 1011 101 0 1010100 1011101 1001001 110 1010110 1111

Color Harmonies of #450B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B05

Black with #450B05

Text Example


Text Example

White with #450B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450B05; }

 p { color: rgb(69,11,5); }

 H1.HeaderClassName
 {
   color: #450B05;
 }
 .AnyTagClassName
 {
   color: #450B05;
 }
</style>

background-color css

<style>
 a { background-color: #450B05; }

 a { background-color: rgb(69,11,5); }

 div.DivClassName
 {
   background-color: #450B05;
 }
 .BgClassName
 {
   background-color: #450B05;
 }
</style>

border-color css

<style>
 span { border-color: #450B05; }

 span { border-color: rgb(69,11,5); }

 td.TdClassName
 {
   border-color: #450B05;
 }
 .TagClassName
 {
   border-color: #450B05;
 }
</style>