Html Css Color HEX #803302 Saddle Brown

📋 copy color: '#803302'

red 128 ◦ green 51 ◦ blue 2

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

Shades of Saddle Brown #803302

Tints of Saddle Brown #803302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 70.72%
G = 28.18%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#803302 (or 0x803302) is known color: Saddle Brown. HEX triplet: 80, 33 and 02. RGB value is (128,51,2). Sum of RGB (Red+Green+Blue) = 128+51+2=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #803302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803302 is #7FCCFD. Grayscale: #444444. Windows color (decimal): -8375550 or 144256. OLE color: 144256.

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

Color convert

RGB 128 51 2 -
CMYK 0 0.60 0.98 0.50
HSL 23.33º 0.97% 0.25% -
HSV(B) 23.33º 0.98% 0.5% -
XYZ 10.1 6.96 0.87 -
YUV 68.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 128 51 2 0 0.60 0.98 0.50 23.33 0.97 0.25
Hex 80 33 2 0 3C 62 32 17 61 19
Octal 200 63 2 0 74 142 62 27 141 31
Binary 10000000 110011 10 0 111100 1100010 110010 10111 1100001 11001

Color Harmonies of #803302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803302

Black with #803302

Text Example


Text Example

White with #803302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803302; }

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

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

background-color css

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

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

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

border-color css

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

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

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