Html Css Color HEX #200C00 Seal Brown

📋 copy color: '#200C00'

red 32 ◦ green 12 ◦ blue 0

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

Shades of Seal Brown #200C00

Tints of Seal Brown #200C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 27.27%

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

R = 72.73%
G = 27.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#200C00 (or 0x200C00) is known color: Seal Brown. HEX triplet: 20, 0C and 00. RGB value is (32,12,0). Sum of RGB (Red+Green+Blue) = 32+12+0=44 (5% of max value = 765). Red value is 32 (12.89% from 255 or 72.73% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 32 - color contains mainly: red. Hex color #200C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C00 is #DFF3FF. Grayscale: #101010. Windows color (decimal): -14676992 or 3104. OLE color: 3104.

HSL color Cylindrical-coordinate representation of color #200C00: hue angle of 22.5º 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 #200C00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 12 0 -
CMYK 0 0.63 1 0.87
HSL 22.5º 1% 0.06% -
HSV(B) 22.5º 1% 0.13% -
XYZ 0.73 0.57 0.07 -
YUV 16.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 32 12 0 0 0.63 1 0.87 22.5 1 0.06
Hex 20 C 0 0 3F 64 57 16 64 6
Octal 40 14 0 0 77 144 127 26 144 6
Binary 100000 1100 0 0 111111 1100100 1010111 10110 1100100 110

Color Harmonies of #200C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C00

Black with #200C00

Text Example


Text Example

White with #200C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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