Html Css Color HEX #200E04 Seal Brown

📋 copy color: '#200E04'

red 32 ◦ green 14 ◦ blue 4

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

Shades of Seal Brown #200E04

Tints of Seal Brown #200E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 28%

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

R = 64%
G = 28%
B = 8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.87

RGB Variations

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

Color information

#200E04 (or 0x200E04) is known color: Seal Brown. HEX triplet: 20, 0E and 04. RGB value is (32,14,4). Sum of RGB (Red+Green+Blue) = 32+14+4=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #200E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E04 is #DFF1FB. Grayscale: #121212. Windows color (decimal): -14676476 or 265760. OLE color: 265760.

HSL color Cylindrical-coordinate representation of color #200E04: hue angle of 21.43º 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 #200E04 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 14 4 -
CMYK 0 0.56 0.87 0.87
HSL 21.43º 0.78% 0.07% -
HSV(B) 21.43º 0.88% 0.13% -
XYZ 0.77 0.63 0.2 -
YUV 18.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 32 14 4 0 0.56 0.87 0.87 21.43 0.78 0.07
Hex 20 E 4 0 38 57 57 15 4E 7
Octal 40 16 4 0 70 127 127 25 116 7
Binary 100000 1110 100 0 111000 1010111 1010111 10101 1001110 111

Color Harmonies of #200E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E04

Black with #200E04

Text Example


Text Example

White with #200E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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