Html Css Color HEX #854111 Saddle Brown

📋 copy color: '#854111'

red 133 ◦ green 65 ◦ blue 17

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

Shades of Saddle Brown #854111

Tints of Saddle Brown #854111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

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

R = 61.86%
G = 30.23%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#854111 (or 0x854111) is known color: Saddle Brown. HEX triplet: 85, 41 and 11. RGB value is (133,65,17). Sum of RGB (Red+Green+Blue) = 133+65+17=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #854111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854111 is #7ABEEE. Grayscale: #505050. Windows color (decimal): -8044271 or 1130885. OLE color: 1130885.

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

Color convert

RGB 133 65 17 -
CMYK 0 0.51 0.87 0.48
HSL 24.83º 0.77% 0.29% -
HSV(B) 24.83º 0.87% 0.52% -
XYZ 11.66 8.81 1.62 -
YUV 79.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 133 65 17 0 0.51 0.87 0.48 24.83 0.77 0.29
Hex 85 41 11 0 33 57 30 19 4D 1D
Octal 205 101 21 0 63 127 60 31 115 35
Binary 10000101 1000001 10001 0 110011 1010111 110000 11001 1001101 11101

Color Harmonies of #854111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854111

Black with #854111

Text Example


Text Example

White with #854111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854111; }

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

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

background-color css

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

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

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

border-color css

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

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

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