Html Css Color HEX #200C0B Seal Brown

📋 copy color: '#200C0B'

red 32 ◦ green 12 ◦ blue 11

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

Shades of Seal Brown #200C0B

Tints of Seal Brown #200C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 21.82%

 BLUE value IS 11 (4.69% from 255) = 20%

R = 58.18%
G = 21.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#200C0B (or 0x200C0B) is known color: Seal Brown. HEX triplet: 20, 0C and 0B. RGB value is (32,12,11). Sum of RGB (Red+Green+Blue) = 32+12+11=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #200C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C0B is #DFF3F4. Grayscale: #111111. Windows color (decimal): -14676981 or 724000. OLE color: 724000.

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

Color convert

RGB 32 12 11 -
CMYK 0 0.63 0.66 0.87
HSL 2.86º 0.49% 0.08% -
HSV(B) 2.86º 0.66% 0.13% -
XYZ 0.79 0.59 0.39 -
YUV 17.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 32 12 11 0 0.63 0.66 0.87 2.86 0.49 0.08
Hex 20 C B 0 3F 42 57 3 31 8
Octal 40 14 13 0 77 102 127 3 61 10
Binary 100000 1100 1011 0 111111 1000010 1010111 11 110001 1000

Color Harmonies of #200C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C0B

Black with #200C0B

Text Example


Text Example

White with #200C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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