Html Css Color HEX #450B08 Seal Brown

📋 copy color: '#450B08'

red 69 ◦ green 11 ◦ blue 8

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

Shades of Seal Brown #450B08

Tints of Seal Brown #450B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 9.09%

R = 78.41%
G = 12.5%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#450B08 (or 0x450B08) is known color: Seal Brown. HEX triplet: 45, 0B and 08. RGB value is (69,11,8). Sum of RGB (Red+Green+Blue) = 69+11+8=88 (11% of max value = 765). Red value is 69 (27.34% from 255 or 78.41% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 69 - color contains mainly: red. Hex color #450B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B08 is #BAF4F7. Grayscale: #1C1C1C. Windows color (decimal): -12252408 or 527173. OLE color: 527173.

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

Color convert

RGB 69 11 8 -
CMYK 0 0.84 0.88 0.73
HSL 2.95º 0.79% 0.15% -
HSV(B) 2.95º 0.88% 0.27% -
XYZ 2.62 1.52 0.39 -
YUV 28 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 69 11 8 0 0.84 0.88 0.73 2.95 0.79 0.15
Hex 45 B 8 0 54 58 49 3 4F F
Octal 105 13 10 0 124 130 111 3 117 17
Binary 1000101 1011 1000 0 1010100 1011000 1001001 11 1001111 1111

Color Harmonies of #450B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B08

Black with #450B08

Text Example


Text Example

White with #450B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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