Html Css Color HEX #200B04 Seal Brown

📋 copy color: '#200B04'

red 32 ◦ green 11 ◦ blue 4

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

Shades of Seal Brown #200B04

Tints of Seal Brown #200B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 8.51%

R = 68.09%
G = 23.4%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.87

RGB Variations

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

Color information

#200B04 (or 0x200B04) is known color: Seal Brown. HEX triplet: 20, 0B and 04. RGB value is (32,11,4). Sum of RGB (Red+Green+Blue) = 32+11+4=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #200B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B04 is #DFF4FB. Grayscale: #101010. Windows color (decimal): -14677244 or 264992. OLE color: 264992.

HSL color Cylindrical-coordinate representation of color #200B04: hue angle of 15º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200B04 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 11 4 -
CMYK 0 0.66 0.87 0.87
HSL 15º 0.78% 0.07% -
HSV(B) 15º 0.88% 0.13% -
XYZ 0.74 0.56 0.18 -
YUV 16.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 32 11 4 0 0.66 0.87 0.87 15 0.78 0.07
Hex 20 B 4 0 42 57 57 F 4E 7
Octal 40 13 4 0 102 127 127 17 116 7
Binary 100000 1011 100 0 1000010 1010111 1010111 1111 1001110 111

Color Harmonies of #200B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B04

Black with #200B04

Text Example


Text Example

White with #200B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,11,4); }

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

background-color css

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

 a { background-color: rgb(32,11,4); }

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

border-color css

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

 span { border-color: rgb(32,11,4); }

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