Html Css Color HEX #853301 Saddle Brown

📋 copy color: '#853301'

red 133 ◦ green 51 ◦ blue 1

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

Shades of Saddle Brown #853301

Tints of Saddle Brown #853301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 71.89%
G = 27.57%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#853301 (or 0x853301) is known color: Saddle Brown. HEX triplet: 85, 33 and 01. RGB value is (133,51,1). Sum of RGB (Red+Green+Blue) = 133+51+1=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #853301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853301 is #7ACCFE. Grayscale: #464646. Windows color (decimal): -8047871 or 78725. OLE color: 78725.

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

Color convert

RGB 133 51 1 -
CMYK 0 0.62 0.99 0.48
HSL 22.73º 0.99% 0.26% -
HSV(B) 22.73º 0.99% 0.52% -
XYZ 10.86 7.36 0.88 -
YUV 69.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 133 51 1 0 0.62 0.99 0.48 22.73 0.99 0.26
Hex 85 33 1 0 3E 63 30 17 63 1A
Octal 205 63 1 0 76 143 60 27 143 32
Binary 10000101 110011 1 0 111110 1100011 110000 10111 1100011 11010

Color Harmonies of #853301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853301

Black with #853301

Text Example


Text Example

White with #853301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853301; }

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

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

background-color css

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

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

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

border-color css

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

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

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