Html Css Color HEX #853001 Saddle Brown

📋 copy color: '#853001'

red 133 ◦ green 48 ◦ blue 1

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

Shades of Saddle Brown #853001

Tints of Saddle Brown #853001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

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

R = 73.08%
G = 26.37%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#853001 (or 0x853001) is known color: Saddle Brown. HEX triplet: 85, 30 and 01. RGB value is (133,48,1). Sum of RGB (Red+Green+Blue) = 133+48+1=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #853001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853001 is #7ACFFE. Grayscale: #444444. Windows color (decimal): -8048639 or 77957. OLE color: 77957.

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

Color convert

RGB 133 48 1 -
CMYK 0 0.64 0.99 0.48
HSL 21.36º 0.99% 0.26% -
HSV(B) 21.36º 0.99% 0.52% -
XYZ 10.74 7.1 0.83 -
YUV 68.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 133 48 1 0 0.64 0.99 0.48 21.36 0.99 0.26
Hex 85 30 1 0 40 63 30 15 63 1A
Octal 205 60 1 0 100 143 60 25 143 32
Binary 10000101 110000 1 0 1000000 1100011 110000 10101 1100011 11010

Color Harmonies of #853001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853001

Black with #853001

Text Example


Text Example

White with #853001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853001; }

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

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

background-color css

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

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

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

border-color css

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

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

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