Html Css Color HEX #803003 Saddle Brown

📋 copy color: '#803003'

red 128 ◦ green 48 ◦ blue 3

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

Shades of Saddle Brown #803003

Tints of Saddle Brown #803003

RGB

 RED value IS 128 (50.39% from 255) = 71.51%

 GREEN value IS 48 (19.14% from 255) = 26.82%

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

R = 71.51%
G = 26.82%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#803003 (or 0x803003) is known color: Saddle Brown. HEX triplet: 80, 30 and 03. RGB value is (128,48,3). Sum of RGB (Red+Green+Blue) = 128+48+3=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #803003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803003 is #7FCFFC. Grayscale: #434343. Windows color (decimal): -8376317 or 209024. OLE color: 209024.

HSL color Cylindrical-coordinate representation of color #803003: hue angle of 21.6º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #803003 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 3 -
CMYK 0 0.62 0.98 0.50
HSL 21.6º 0.95% 0.26% -
HSV(B) 21.6º 0.98% 0.5% -
XYZ 9.98 6.71 0.86 -
YUV 66.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 128 48 3 0 0.62 0.98 0.50 21.6 0.95 0.26
Hex 80 30 3 0 3E 62 32 16 5F 1A
Octal 200 60 3 0 76 142 62 26 137 32
Binary 10000000 110000 11 0 111110 1100010 110010 10110 1011111 11010

Color Harmonies of #803003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803003

Black with #803003

Text Example


Text Example

White with #803003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803003; }

 p { color: rgb(128,48,3); }

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

background-color css

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

 a { background-color: rgb(128,48,3); }

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

border-color css

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

 span { border-color: rgb(128,48,3); }

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