Html Css Color HEX #854613 Saddle Brown

📋 copy color: '#854613'

red 133 ◦ green 70 ◦ blue 19

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

Shades of Saddle Brown #854613

Tints of Saddle Brown #854613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 59.91%
G = 31.53%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#854613 (or 0x854613) is known color: Saddle Brown. HEX triplet: 85, 46 and 13. RGB value is (133,70,19). Sum of RGB (Red+Green+Blue) = 133+70+19=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #854613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854613 is #7AB9EC. Grayscale: #535353. Windows color (decimal): -8042989 or 1263237. OLE color: 1263237.

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

Color convert

RGB 133 70 19 -
CMYK 0 0.47 0.86 0.48
HSL 26.84º 0.75% 0.3% -
HSV(B) 26.84º 0.86% 0.52% -
XYZ 11.98 9.41 1.8 -
YUV 83.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 133 70 19 0 0.47 0.86 0.48 26.84 0.75 0.3
Hex 85 46 13 0 2F 56 30 1B 4B 1E
Octal 205 106 23 0 57 126 60 33 113 36
Binary 10000101 1000110 10011 0 101111 1010110 110000 11011 1001011 11110

Color Harmonies of #854613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854613

Black with #854613

Text Example


Text Example

White with #854613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854613; }

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

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

background-color css

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

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

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

border-color css

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

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

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