Html Css Color HEX #854515 Saddle Brown

📋 copy color: '#854515'

red 133 ◦ green 69 ◦ blue 21

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

Shades of Saddle Brown #854515

Tints of Saddle Brown #854515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.94%

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

R = 59.64%
G = 30.94%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#854515 (or 0x854515) is known color: Saddle Brown. HEX triplet: 85, 45 and 15. RGB value is (133,69,21). Sum of RGB (Red+Green+Blue) = 133+69+21=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #854515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854515 is #7ABAEA. Grayscale: #525252. Windows color (decimal): -8043243 or 1394053. OLE color: 1394053.

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

Color convert

RGB 133 69 21 -
CMYK 0 0.48 0.84 0.48
HSL 25.71º 0.73% 0.3% -
HSV(B) 25.71º 0.84% 0.52% -
XYZ 11.94 9.3 1.87 -
YUV 82.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 133 69 21 0 0.48 0.84 0.48 25.71 0.73 0.3
Hex 85 45 15 0 30 54 30 1A 49 1E
Octal 205 105 25 0 60 124 60 32 111 36
Binary 10000101 1000101 10101 0 110000 1010100 110000 11010 1001001 11110

Color Harmonies of #854515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854515

Black with #854515

Text Example


Text Example

White with #854515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854515; }

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

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

background-color css

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

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

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

border-color css

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

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

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