Html Css Color HEX #854115 Saddle Brown

📋 copy color: '#854115'

red 133 ◦ green 65 ◦ blue 21

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

Shades of Saddle Brown #854115

Tints of Saddle Brown #854115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.59%

R = 60.73%
G = 29.68%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#854115 (or 0x854115) is known color: Saddle Brown. HEX triplet: 85, 41 and 15. RGB value is (133,65,21). Sum of RGB (Red+Green+Blue) = 133+65+21=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #854115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854115 is #7ABEEA. Grayscale: #505050. Windows color (decimal): -8044267 or 1393029. OLE color: 1393029.

HSL color Cylindrical-coordinate representation of color #854115: hue angle of 23.57º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #854115 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 65 21 -
CMYK 0 0.51 0.84 0.48
HSL 23.57º 0.73% 0.3% -
HSV(B) 23.57º 0.84% 0.52% -
XYZ 11.7 8.82 1.8 -
YUV 80.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 133 65 21 0 0.51 0.84 0.48 23.57 0.73 0.3
Hex 85 41 15 0 33 54 30 18 49 1E
Octal 205 101 25 0 63 124 60 30 111 36
Binary 10000101 1000001 10101 0 110011 1010100 110000 11000 1001001 11110

Color Harmonies of #854115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854115

Black with #854115

Text Example


Text Example

White with #854115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854115; }

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

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

background-color css

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

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

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

border-color css

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

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

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