Html Css Color HEX #200D08 Seal Brown

📋 copy color: '#200D08'

red 32 ◦ green 13 ◦ blue 8

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

Shades of Seal Brown #200D08

Tints of Seal Brown #200D08

RGB

 RED value IS 32 (12.89% from 255) = 60.38%

 GREEN value IS 13 (5.47% from 255) = 24.53%

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

R = 60.38%
G = 24.53%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.87

RGB Variations

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

Color information

#200D08 (or 0x200D08) is known color: Seal Brown. HEX triplet: 20, 0D and 08. RGB value is (32,13,8). Sum of RGB (Red+Green+Blue) = 32+13+8=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #200D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D08 is #DFF2F7. Grayscale: #121212. Windows color (decimal): -14676728 or 527648. OLE color: 527648.

HSL color Cylindrical-coordinate representation of color #200D08: hue angle of 12.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #200D08 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 13 8 -
CMYK 0 0.59 0.75 0.87
HSL 12.5º 0.6% 0.08% -
HSV(B) 12.5º 0.75% 0.13% -
XYZ 0.78 0.61 0.31 -
YUV 18.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 32 13 8 0 0.59 0.75 0.87 12.5 0.6 0.08
Hex 20 D 8 0 3B 4B 57 C 3C 8
Octal 40 15 10 0 73 113 127 14 74 10
Binary 100000 1101 1000 0 111011 1001011 1010111 1100 111100 1000

Color Harmonies of #200D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D08

Black with #200D08

Text Example


Text Example

White with #200D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200D08; }

 p { color: rgb(32,13,8); }

 H1.HeaderClassName
 {
   color: #200D08;
 }
 .AnyTagClassName
 {
   color: #200D08;
 }
</style>

background-color css

<style>
 a { background-color: #200D08; }

 a { background-color: rgb(32,13,8); }

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

border-color css

<style>
 span { border-color: #200D08; }

 span { border-color: rgb(32,13,8); }

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