Html Css Color HEX #854C01 Saddle Brown

📋 copy color: '#854C01'

red 133 ◦ green 76 ◦ blue 1

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

Shades of Saddle Brown #854C01

Tints of Saddle Brown #854C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.19%

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

R = 63.33%
G = 36.19%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#854C01 (or 0x854C01) is known color: Saddle Brown. HEX triplet: 85, 4C and 01. RGB value is (133,76,1). Sum of RGB (Red+Green+Blue) = 133+76+1=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #854C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854C01 is #7AB3FE. Grayscale: #545454. Windows color (decimal): -8041471 or 85125. OLE color: 85125.

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

Color convert

RGB 133 76 1 -
CMYK 0 0.43 0.99 0.48
HSL 34.09º 0.99% 0.26% -
HSV(B) 34.09º 0.99% 0.52% -
XYZ 12.26 10.16 1.34 -
YUV 84.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 133 76 1 0 0.43 0.99 0.48 34.09 0.99 0.26
Hex 85 4C 1 0 2B 63 30 22 63 1A
Octal 205 114 1 0 53 143 60 42 143 32
Binary 10000101 1001100 1 0 101011 1100011 110000 100010 1100011 11010

Color Harmonies of #854C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C01

Black with #854C01

Text Example


Text Example

White with #854C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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