Html Css Color HEX #200F0E Seal Brown

📋 copy color: '#200F0E'

red 32 ◦ green 15 ◦ blue 14

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

Shades of Seal Brown #200F0E

Tints of Seal Brown #200F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 22.95%

R = 52.46%
G = 24.59%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#200F0E (or 0x200F0E) is known color: Seal Brown. HEX triplet: 20, 0F and 0E. RGB value is (32,15,14). Sum of RGB (Red+Green+Blue) = 32+15+14=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #200F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F0E is #DFF0F1. Grayscale: #131313. Windows color (decimal): -14676210 or 921376. OLE color: 921376.

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

Color convert

RGB 32 15 14 -
CMYK 0 0.53 0.56 0.87
HSL 3.33º 0.39% 0.09% -
HSV(B) 3.33º 0.56% 0.13% -
XYZ 0.85 0.68 0.5 -
YUV 19.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 32 15 14 0 0.53 0.56 0.87 3.33 0.39 0.09
Hex 20 F E 0 35 38 57 3 27 9
Octal 40 17 16 0 65 70 127 3 47 11
Binary 100000 1111 1110 0 110101 111000 1010111 11 100111 1001

Color Harmonies of #200F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F0E

Black with #200F0E

Text Example


Text Example

White with #200F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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