Html Css Color HEX #854013 Saddle Brown

📋 copy color: '#854013'

red 133 ◦ green 64 ◦ blue 19

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

Shades of Saddle Brown #854013

Tints of Saddle Brown #854013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.63%

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

R = 61.57%
G = 29.63%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#854013 (or 0x854013) is known color: Saddle Brown. HEX triplet: 85, 40 and 13. RGB value is (133,64,19). Sum of RGB (Red+Green+Blue) = 133+64+19=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #854013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854013 is #7ABFEC. Grayscale: #4F4F4F. Windows color (decimal): -8044525 or 1261701. OLE color: 1261701.

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

Color convert

RGB 133 64 19 -
CMYK 0 0.52 0.86 0.48
HSL 23.68º 0.75% 0.3% -
HSV(B) 23.68º 0.86% 0.52% -
XYZ 11.62 8.7 1.68 -
YUV 79.5 93.86 166.16 -
System Red Green Blue C M Y K H S L
Decimal 133 64 19 0 0.52 0.86 0.48 23.68 0.75 0.3
Hex 85 40 13 0 34 56 30 18 4B 1E
Octal 205 100 23 0 64 126 60 30 113 36
Binary 10000101 1000000 10011 0 110100 1010110 110000 11000 1001011 11110

Color Harmonies of #854013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854013

Black with #854013

Text Example


Text Example

White with #854013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854013; }

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

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

background-color css

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

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

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

border-color css

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

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

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