Html Css Color HEX #854C11 Saddle Brown

📋 copy color: '#854C11'

red 133 ◦ green 76 ◦ blue 17

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

Shades of Saddle Brown #854C11

Tints of Saddle Brown #854C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.52%

R = 58.85%
G = 33.63%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#854C11 (or 0x854C11) is known color: Saddle Brown. HEX triplet: 85, 4C and 11. RGB value is (133,76,17). Sum of RGB (Red+Green+Blue) = 133+76+17=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #854C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854C11 is #7AB3EE. Grayscale: #565656. Windows color (decimal): -8041455 or 1133701. OLE color: 1133701.

HSL color Cylindrical-coordinate representation of color #854C11: hue angle of 30.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #854C11 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 76 17 -
CMYK 0 0.43 0.87 0.48
HSL 30.52º 0.77% 0.29% -
HSV(B) 30.52º 0.87% 0.52% -
XYZ 12.36 10.2 1.85 -
YUV 86.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 133 76 17 0 0.43 0.87 0.48 30.52 0.77 0.29
Hex 85 4C 11 0 2B 57 30 1F 4D 1D
Octal 205 114 21 0 53 127 60 37 115 35
Binary 10000101 1001100 10001 0 101011 1010111 110000 11111 1001101 11101

Color Harmonies of #854C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C11

Black with #854C11

Text Example


Text Example

White with #854C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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