Html Css Color HEX #854001 Saddle Brown

📋 copy color: '#854001'

red 133 ◦ green 64 ◦ blue 1

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

Shades of Saddle Brown #854001

Tints of Saddle Brown #854001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.32%

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

R = 67.17%
G = 32.32%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#854001 (or 0x854001) is known color: Saddle Brown. HEX triplet: 85, 40 and 01. RGB value is (133,64,1). Sum of RGB (Red+Green+Blue) = 133+64+1=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #854001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854001 is #7ABFFE. Grayscale: #4D4D4D. Windows color (decimal): -8044543 or 82053. OLE color: 82053.

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

Color convert

RGB 133 64 1 -
CMYK 0 0.52 0.99 0.48
HSL 28.64º 0.99% 0.26% -
HSV(B) 28.64º 0.99% 0.52% -
XYZ 11.51 8.66 1.09 -
YUV 77.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 133 64 1 0 0.52 0.99 0.48 28.64 0.99 0.26
Hex 85 40 1 0 34 63 30 1D 63 1A
Octal 205 100 1 0 64 143 60 35 143 32
Binary 10000101 1000000 1 0 110100 1100011 110000 11101 1100011 11010

Color Harmonies of #854001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854001

Black with #854001

Text Example


Text Example

White with #854001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854001; }

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

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

background-color css

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

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

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

border-color css

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

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

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