Html Css Color HEX #853901 Saddle Brown

📋 copy color: '#853901'

red 133 ◦ green 57 ◦ blue 1

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

Shades of Saddle Brown #853901

Tints of Saddle Brown #853901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.84%

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

R = 69.63%
G = 29.84%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#853901 (or 0x853901) is known color: Saddle Brown. HEX triplet: 85, 39 and 01. RGB value is (133,57,1). Sum of RGB (Red+Green+Blue) = 133+57+1=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #853901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853901 is #7AC6FE. Grayscale: #494949. Windows color (decimal): -8046335 or 80261. OLE color: 80261.

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

Color convert

RGB 133 57 1 -
CMYK 0 0.57 0.99 0.48
HSL 25.45º 0.99% 0.26% -
HSV(B) 25.45º 0.99% 0.52% -
XYZ 11.14 7.91 0.97 -
YUV 73.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 133 57 1 0 0.57 0.99 0.48 25.45 0.99 0.26
Hex 85 39 1 0 39 63 30 19 63 1A
Octal 205 71 1 0 71 143 60 31 143 32
Binary 10000101 111001 1 0 111001 1100011 110000 11001 1100011 11010

Color Harmonies of #853901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853901

Black with #853901

Text Example


Text Example

White with #853901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853901; }

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

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

background-color css

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

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

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

border-color css

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

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

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