Html Css Color HEX #854513 Saddle Brown

📋 copy color: '#854513'

red 133 ◦ green 69 ◦ blue 19

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

Shades of Saddle Brown #854513

Tints of Saddle Brown #854513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 60.18%
G = 31.22%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#854513 (or 0x854513) is known color: Saddle Brown. HEX triplet: 85, 45 and 13. RGB value is (133,69,19). Sum of RGB (Red+Green+Blue) = 133+69+19=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #854513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854513 is #7ABAEC. Grayscale: #525252. Windows color (decimal): -8043245 or 1262981. OLE color: 1262981.

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

Color convert

RGB 133 69 19 -
CMYK 0 0.48 0.86 0.48
HSL 26.32º 0.75% 0.3% -
HSV(B) 26.32º 0.86% 0.52% -
XYZ 11.92 9.29 1.78 -
YUV 82.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 133 69 19 0 0.48 0.86 0.48 26.32 0.75 0.3
Hex 85 45 13 0 30 56 30 1A 4B 1E
Octal 205 105 23 0 60 126 60 32 113 36
Binary 10000101 1000101 10011 0 110000 1010110 110000 11010 1001011 11110

Color Harmonies of #854513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854513

Black with #854513

Text Example


Text Example

White with #854513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854513; }

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

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

background-color css

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

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

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

border-color css

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

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

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