Html Css Color HEX #200C03 Seal Brown

📋 copy color: '#200C03'

red 32 ◦ green 12 ◦ blue 3

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

Shades of Seal Brown #200C03

Tints of Seal Brown #200C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 6.38%

R = 68.09%
G = 25.53%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.87

RGB Variations

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

Color information

#200C03 (or 0x200C03) is known color: Seal Brown. HEX triplet: 20, 0C and 03. RGB value is (32,12,3). Sum of RGB (Red+Green+Blue) = 32+12+3=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 3 (1.56% from 255 or 6.38% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #200C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C03 is #DFF3FC. Grayscale: #111111. Windows color (decimal): -14676989 or 199712. OLE color: 199712.

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

Color convert

RGB 32 12 3 -
CMYK 0 0.63 0.91 0.87
HSL 18.62º 0.83% 0.07% -
HSV(B) 18.62º 0.91% 0.13% -
XYZ 0.74 0.58 0.16 -
YUV 16.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 32 12 3 0 0.63 0.91 0.87 18.62 0.83 0.07
Hex 20 C 3 0 3F 5B 57 13 53 7
Octal 40 14 3 0 77 133 127 23 123 7
Binary 100000 1100 11 0 111111 1011011 1010111 10011 1010011 111

Color Harmonies of #200C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C03

Black with #200C03

Text Example


Text Example

White with #200C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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