Html Css Color HEX #854611 Saddle Brown

📋 copy color: '#854611'

red 133 ◦ green 70 ◦ blue 17

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

Shades of Saddle Brown #854611

Tints of Saddle Brown #854611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

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

R = 60.45%
G = 31.82%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#854611 (or 0x854611) is known color: Saddle Brown. HEX triplet: 85, 46 and 11. RGB value is (133,70,17). Sum of RGB (Red+Green+Blue) = 133+70+17=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #854611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854611 is #7AB9EE. Grayscale: #535353. Windows color (decimal): -8042991 or 1132165. OLE color: 1132165.

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

Color convert

RGB 133 70 17 -
CMYK 0 0.47 0.87 0.48
HSL 27.41º 0.77% 0.29% -
HSV(B) 27.41º 0.87% 0.52% -
XYZ 11.96 9.41 1.72 -
YUV 82.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 133 70 17 0 0.47 0.87 0.48 27.41 0.77 0.29
Hex 85 46 11 0 2F 57 30 1B 4D 1D
Octal 205 106 21 0 57 127 60 33 115 35
Binary 10000101 1000110 10001 0 101111 1010111 110000 11011 1001101 11101

Color Harmonies of #854611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854611

Black with #854611

Text Example


Text Example

White with #854611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854611; }

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

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

background-color css

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

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

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

border-color css

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

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

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