Html Css Color HEX #853801 Saddle Brown

📋 copy color: '#853801'

red 133 ◦ green 56 ◦ blue 1

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

Shades of Saddle Brown #853801

Tints of Saddle Brown #853801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.47%

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

R = 70%
G = 29.47%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#853801 (or 0x853801) is known color: Saddle Brown. HEX triplet: 85, 38 and 01. RGB value is (133,56,1). Sum of RGB (Red+Green+Blue) = 133+56+1=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #853801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853801 is #7AC7FE. Grayscale: #494949. Windows color (decimal): -8046591 or 80005. OLE color: 80005.

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

Color convert

RGB 133 56 1 -
CMYK 0 0.58 0.99 0.48
HSL 25º 0.99% 0.26% -
HSV(B) 25º 0.99% 0.52% -
XYZ 11.09 7.82 0.95 -
YUV 72.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 133 56 1 0 0.58 0.99 0.48 25 0.99 0.26
Hex 85 38 1 0 3A 63 30 19 63 1A
Octal 205 70 1 0 72 143 60 31 143 32
Binary 10000101 111000 1 0 111010 1100011 110000 11001 1100011 11010

Color Harmonies of #853801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853801

Black with #853801

Text Example


Text Example

White with #853801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853801; }

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

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

background-color css

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

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

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

border-color css

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

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

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