Html Css Color HEX #200F0D Seal Brown

📋 copy color: '#200F0D'

red 32 ◦ green 15 ◦ blue 13

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

Shades of Seal Brown #200F0D

Tints of Seal Brown #200F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 21.67%

R = 53.33%
G = 25%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#200F0D (or 0x200F0D) is known color: Seal Brown. HEX triplet: 20, 0F and 0D. RGB value is (32,15,13). Sum of RGB (Red+Green+Blue) = 32+15+13=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #200F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F0D is #DFF0F2. Grayscale: #131313. Windows color (decimal): -14676211 or 855840. OLE color: 855840.

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

Color convert

RGB 32 15 13 -
CMYK 0 0.53 0.59 0.87
HSL 6.32º 0.42% 0.09% -
HSV(B) 6.32º 0.59% 0.13% -
XYZ 0.84 0.68 0.47 -
YUV 19.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 32 15 13 0 0.53 0.59 0.87 6.32 0.42 0.09
Hex 20 F D 0 35 3B 57 6 2A 9
Octal 40 17 15 0 65 73 127 6 52 11
Binary 100000 1111 1101 0 110101 111011 1010111 110 101010 1001

Color Harmonies of #200F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F0D

Black with #200F0D

Text Example


Text Example

White with #200F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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