Html Css Color HEX #200B00 Seal Brown

📋 copy color: '#200B00'

red 32 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #200B00

Tints of Seal Brown #200B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.42%
G = 25.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#200B00 (or 0x200B00) is known color: Seal Brown. HEX triplet: 20, 0B and 00. RGB value is (32,11,0). Sum of RGB (Red+Green+Blue) = 32+11+0=43 (5% of max value = 765). Red value is 32 (12.89% from 255 or 74.42% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 32 - color contains mainly: red. Hex color #200B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B00 is #DFF4FF. Grayscale: #101010. Windows color (decimal): -14677248 or 2848. OLE color: 2848.

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

Color convert

RGB 32 11 0 -
CMYK 0 0.66 1 0.87
HSL 20.63º 1% 0.06% -
HSV(B) 20.63º 1% 0.13% -
XYZ 0.72 0.55 0.07 -
YUV 16.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 32 11 0 0 0.66 1 0.87 20.63 1 0.06
Hex 20 B 0 0 42 64 57 15 64 6
Octal 40 13 0 0 102 144 127 25 144 6
Binary 100000 1011 0 0 1000010 1100100 1010111 10101 1100100 110

Color Harmonies of #200B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B00

Black with #200B00

Text Example


Text Example

White with #200B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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