Html Css Color HEX #853201 Saddle Brown

📋 copy color: '#853201'

red 133 ◦ green 50 ◦ blue 1

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

Shades of Saddle Brown #853201

Tints of Saddle Brown #853201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.17%

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

R = 72.28%
G = 27.17%
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

#853201 (or 0x853201) is known color: Saddle Brown. HEX triplet: 85, 32 and 01. RGB value is (133,50,1). Sum of RGB (Red+Green+Blue) = 133+50+1=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #853201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853201 is #7ACDFE. Grayscale: #454545. Windows color (decimal): -8048127 or 78469. OLE color: 78469.

HSL color Cylindrical-coordinate representation of color #853201: hue angle of 22.27º 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 #853201 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 1 -
CMYK 0 0.62 0.99 0.48
HSL 22.27º 0.99% 0.26% -
HSV(B) 22.27º 0.99% 0.52% -
XYZ 10.82 7.27 0.86 -
YUV 69.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 133 50 1 0 0.62 0.99 0.48 22.27 0.99 0.26
Hex 85 32 1 0 3E 63 30 16 63 1A
Octal 205 62 1 0 76 143 60 26 143 32
Binary 10000101 110010 1 0 111110 1100011 110000 10110 1100011 11010

Color Harmonies of #853201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853201

Black with #853201

Text Example


Text Example

White with #853201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853201; }

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

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

background-color css

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

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

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

border-color css

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

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

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