Html Css Color HEX #854416 Saddle Brown

📋 copy color: '#854416'

red 133 ◦ green 68 ◦ blue 22

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

Shades of Saddle Brown #854416

Tints of Saddle Brown #854416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.49%

 BLUE value IS 22 (8.98% from 255) = 9.87%

R = 59.64%
G = 30.49%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#854416 (or 0x854416) is known color: Saddle Brown. HEX triplet: 85, 44 and 16. RGB value is (133,68,22). Sum of RGB (Red+Green+Blue) = 133+68+22=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #854416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854416 is #7ABBE9. Grayscale: #525252. Windows color (decimal): -8043498 or 1459333. OLE color: 1459333.

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

Color convert

RGB 133 68 22 -
CMYK 0 0.49 0.83 0.48
HSL 24.86º 0.72% 0.3% -
HSV(B) 24.86º 0.83% 0.52% -
XYZ 11.88 9.18 1.9 -
YUV 82.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 133 68 22 0 0.49 0.83 0.48 24.86 0.72 0.3
Hex 85 44 16 0 31 53 30 19 48 1E
Octal 205 104 26 0 61 123 60 31 110 36
Binary 10000101 1000100 10110 0 110001 1010011 110000 11001 1001000 11110

Color Harmonies of #854416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854416

Black with #854416

Text Example


Text Example

White with #854416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854416; }

 p { color: rgb(133,68,22); }

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

background-color css

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

 a { background-color: rgb(133,68,22); }

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

border-color css

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

 span { border-color: rgb(133,68,22); }

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