Html Css Color HEX #853300 Saddle Brown

📋 copy color: '#853300'

red 133 ◦ green 51 ◦ blue 0

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

Shades of Saddle Brown #853300

Tints of Saddle Brown #853300

RGB

 RED value IS 133 (52.34% from 255) = 72.28%

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

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

R = 72.28%
G = 27.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#853300 (or 0x853300) is known color: Saddle Brown. HEX triplet: 85, 33 and 00. RGB value is (133,51,0). Sum of RGB (Red+Green+Blue) = 133+51+0=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #853300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853300 is #7ACCFF. Grayscale: #454545. Windows color (decimal): -8047872 or 13189. OLE color: 13189.

HSL color Cylindrical-coordinate representation of color #853300: hue angle of 23.01º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #853300 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 0 -
CMYK 0 0.62 1 0.48
HSL 23.01º 1% 0.26% -
HSV(B) 23.01º 1% 0.52% -
XYZ 10.86 7.35 0.85 -
YUV 69.7 88.67 173.15 -
System Red Green Blue C M Y K H S L
Decimal 133 51 0 0 0.62 1 0.48 23.01 1 0.26
Hex 85 33 0 0 3E 64 30 17 64 1A
Octal 205 63 0 0 76 144 60 27 144 32
Binary 10000101 110011 0 0 111110 1100100 110000 10111 1100100 11010

Color Harmonies of #853300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853300

Black with #853300

Text Example


Text Example

White with #853300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853300; }

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

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

background-color css

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

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

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

border-color css

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

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

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