Html Css Color HEX #200503 Seal Brown

📋 copy color: '#200503'

red 32 ◦ green 5 ◦ blue 3

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

Shades of Seal Brown #200503

Tints of Seal Brown #200503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 12.5%

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

R = 80%
G = 12.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.87

RGB Variations

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

Color information

#200503 (or 0x200503) is known color: Seal Brown. HEX triplet: 20, 05 and 03. RGB value is (32,5,3). Sum of RGB (Red+Green+Blue) = 32+5+3=40 (5% of max value = 765). Red value is 32 (12.89% from 255 or 80% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 32 - color contains mainly: red. Hex color #200503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200503 is #DFFAFC. Grayscale: #0C0C0C. Windows color (decimal): -14678781 or 197920. OLE color: 197920.

HSL color Cylindrical-coordinate representation of color #200503: hue angle of 4.14º 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 #200503 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 5 3 -
CMYK 0 0.84 0.91 0.87
HSL 4.14º 0.83% 0.07% -
HSV(B) 4.14º 0.91% 0.13% -
XYZ 0.67 0.42 0.13 -
YUV 12.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 32 5 3 0 0.84 0.91 0.87 4.14 0.83 0.07
Hex 20 5 3 0 54 5B 57 4 53 7
Octal 40 5 3 0 124 133 127 4 123 7
Binary 100000 101 11 0 1010100 1011011 1010111 100 1010011 111

Color Harmonies of #200503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200503

Black with #200503

Text Example


Text Example

White with #200503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200503; }

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

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

background-color css

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

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

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

border-color css

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

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

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