Html Css Color HEX #200B0A Seal Brown

📋 copy color: '#200B0A'

red 32 ◦ green 11 ◦ blue 10

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

Shades of Seal Brown #200B0A

Tints of Seal Brown #200B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 18.87%

R = 60.38%
G = 20.75%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.87

RGB Variations

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

Color information

#200B0A (or 0x200B0A) is known color: Seal Brown. HEX triplet: 20, 0B and 0A. RGB value is (32,11,10). Sum of RGB (Red+Green+Blue) = 32+11+10=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #200B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B0A is #DFF4F5. Grayscale: #111111. Windows color (decimal): -14677238 or 658208. OLE color: 658208.

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

Color convert

RGB 32 11 10 -
CMYK 0 0.66 0.69 0.87
HSL 2.73º 0.52% 0.08% -
HSV(B) 2.73º 0.69% 0.13% -
XYZ 0.77 0.57 0.36 -
YUV 17.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 32 11 10 0 0.66 0.69 0.87 2.73 0.52 0.08
Hex 20 B A 0 42 45 57 3 34 8
Octal 40 13 12 0 102 105 127 3 64 10
Binary 100000 1011 1010 0 1000010 1000101 1010111 11 110100 1000

Color Harmonies of #200B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B0A

Black with #200B0A

Text Example


Text Example

White with #200B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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