Html Css Color HEX #854915 Saddle Brown

📋 copy color: '#854915'

red 133 ◦ green 73 ◦ blue 21

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

Shades of Saddle Brown #854915

Tints of Saddle Brown #854915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

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

R = 58.59%
G = 32.16%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#854915 (or 0x854915) is known color: Saddle Brown. HEX triplet: 85, 49 and 15. RGB value is (133,73,21). Sum of RGB (Red+Green+Blue) = 133+73+21=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #854915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854915 is #7AB6EA. Grayscale: #555555. Windows color (decimal): -8042219 or 1395077. OLE color: 1395077.

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

Color convert

RGB 133 73 21 -
CMYK 0 0.45 0.84 0.48
HSL 27.86º 0.73% 0.3% -
HSV(B) 27.86º 0.84% 0.52% -
XYZ 12.19 9.81 1.96 -
YUV 85.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 133 73 21 0 0.45 0.84 0.48 27.86 0.73 0.3
Hex 85 49 15 0 2D 54 30 1C 49 1E
Octal 205 111 25 0 55 124 60 34 111 36
Binary 10000101 1001001 10101 0 101101 1010100 110000 11100 1001001 11110

Color Harmonies of #854915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854915

Black with #854915

Text Example


Text Example

White with #854915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854915; }

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

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

background-color css

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

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

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

border-color css

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

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

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