Html Css Color HEX #803304 Saddle Brown

📋 copy color: '#803304'

red 128 ◦ green 51 ◦ blue 4

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

Shades of Saddle Brown #803304

Tints of Saddle Brown #803304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

 BLUE value IS 4 (1.95% from 255) = 2.19%

R = 69.95%
G = 27.87%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#803304 (or 0x803304) is known color: Saddle Brown. HEX triplet: 80, 33 and 04. RGB value is (128,51,4). Sum of RGB (Red+Green+Blue) = 128+51+4=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #803304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803304 is #7FCCFB. Grayscale: #444444. Windows color (decimal): -8375548 or 275328. OLE color: 275328.

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

Color convert

RGB 128 51 4 -
CMYK 0 0.60 0.97 0.50
HSL 22.74º 0.94% 0.26% -
HSV(B) 22.74º 0.97% 0.5% -
XYZ 10.11 6.97 0.93 -
YUV 68.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 128 51 4 0 0.60 0.97 0.50 22.74 0.94 0.26
Hex 80 33 4 0 3C 61 32 17 5E 1A
Octal 200 63 4 0 74 141 62 27 136 32
Binary 10000000 110011 100 0 111100 1100001 110010 10111 1011110 11010

Color Harmonies of #803304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803304

Black with #803304

Text Example


Text Example

White with #803304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803304; }

 p { color: rgb(128,51,4); }

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

background-color css

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

 a { background-color: rgb(128,51,4); }

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

border-color css

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

 span { border-color: rgb(128,51,4); }

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