Html Css Color HEX #854614 Saddle Brown

📋 copy color: '#854614'

red 133 ◦ green 70 ◦ blue 20

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

Shades of Saddle Brown #854614

Tints of Saddle Brown #854614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 59.64%
G = 31.39%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#854614 (or 0x854614) is known color: Saddle Brown. HEX triplet: 85, 46 and 14. RGB value is (133,70,20). Sum of RGB (Red+Green+Blue) = 133+70+20=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #854614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854614 is #7AB9EB. Grayscale: #535353. Windows color (decimal): -8042988 or 1328773. OLE color: 1328773.

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

Color convert

RGB 133 70 20 -
CMYK 0 0.47 0.85 0.48
HSL 26.55º 0.74% 0.3% -
HSV(B) 26.55º 0.85% 0.52% -
XYZ 11.99 9.42 1.85 -
YUV 83.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 133 70 20 0 0.47 0.85 0.48 26.55 0.74 0.3
Hex 85 46 14 0 2F 55 30 1B 4A 1E
Octal 205 106 24 0 57 125 60 33 112 36
Binary 10000101 1000110 10100 0 101111 1010101 110000 11011 1001010 11110

Color Harmonies of #854614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854614

Black with #854614

Text Example


Text Example

White with #854614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854614; }

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

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

background-color css

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

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

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

border-color css

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

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

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