Html Css Color HEX #200F0C Seal Brown

📋 copy color: '#200F0C'

red 32 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #200F0C

Tints of Seal Brown #200F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25.42%

 BLUE value IS 12 (5.08% from 255) = 20.34%

R = 54.24%
G = 25.42%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#200F0C (or 0x200F0C) is known color: Seal Brown. HEX triplet: 20, 0F and 0C. RGB value is (32,15,12). Sum of RGB (Red+Green+Blue) = 32+15+12=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #200F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F0C is #DFF0F3. Grayscale: #131313. Windows color (decimal): -14676212 or 790304. OLE color: 790304.

HSL color Cylindrical-coordinate representation of color #200F0C: hue angle of 9º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #200F0C is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 15 12 -
CMYK 0 0.53 0.63 0.87
HSL 0.45% 0.09% -
HSV(B) 0.63% 0.13% -
XYZ 0.83 0.68 0.43 -
YUV 19.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 32 15 12 0 0.53 0.63 0.87 9 0.45 0.09
Hex 20 F C 0 35 3F 57 9 2D 9
Octal 40 17 14 0 65 77 127 11 55 11
Binary 100000 1111 1100 0 110101 111111 1010111 1001 101101 1001

Color Harmonies of #200F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F0C

Black with #200F0C

Text Example


Text Example

White with #200F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,15,12); }

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

background-color css

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

 a { background-color: rgb(32,15,12); }

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

border-color css

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

 span { border-color: rgb(32,15,12); }

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