Html Css Color HEX #200B05 Seal Brown

📋 copy color: '#200B05'

red 32 ◦ green 11 ◦ blue 5

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

Shades of Seal Brown #200B05

Tints of Seal Brown #200B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 10.42%

R = 66.67%
G = 22.92%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.87

RGB Variations

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

Color information

#200B05 (or 0x200B05) is known color: Seal Brown. HEX triplet: 20, 0B and 05. RGB value is (32,11,5). Sum of RGB (Red+Green+Blue) = 32+11+5=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #200B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B05 is #DFF4FA. Grayscale: #101010. Windows color (decimal): -14677243 or 330528. OLE color: 330528.

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

Color convert

RGB 32 11 5 -
CMYK 0 0.66 0.84 0.87
HSL 13.33º 0.73% 0.07% -
HSV(B) 13.33º 0.84% 0.13% -
XYZ 0.74 0.56 0.21 -
YUV 16.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 32 11 5 0 0.66 0.84 0.87 13.33 0.73 0.07
Hex 20 B 5 0 42 54 57 D 49 7
Octal 40 13 5 0 102 124 127 15 111 7
Binary 100000 1011 101 0 1000010 1010100 1010111 1101 1001001 111

Color Harmonies of #200B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B05

Black with #200B05

Text Example


Text Example

White with #200B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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