Html Css Color HEX #803300 Saddle Brown

📋 copy color: '#803300'

red 128 ◦ green 51 ◦ blue 0

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

Shades of Saddle Brown #803300

Tints of Saddle Brown #803300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.51%
G = 28.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#803300 (or 0x803300) is known color: Saddle Brown. HEX triplet: 80, 33 and 00. RGB value is (128,51,0). Sum of RGB (Red+Green+Blue) = 128+51+0=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #803300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803300 is #7FCCFF. Grayscale: #444444. Windows color (decimal): -8375552 or 13184. OLE color: 13184.

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

Color convert

RGB 128 51 0 -
CMYK 0 0.60 1 0.50
HSL 23.91º 1% 0.25% -
HSV(B) 23.91º 1% 0.5% -
XYZ 10.09 6.96 0.81 -
YUV 68.21 89.51 170.65 -
System Red Green Blue C M Y K H S L
Decimal 128 51 0 0 0.60 1 0.50 23.91 1 0.25
Hex 80 33 0 0 3C 64 32 18 64 19
Octal 200 63 0 0 74 144 62 30 144 31
Binary 10000000 110011 0 0 111100 1100100 110010 11000 1100100 11001

Color Harmonies of #803300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803300

Black with #803300

Text Example


Text Example

White with #803300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803300; }

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

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

background-color css

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

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

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

border-color css

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

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

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