Html Css Color HEX #854316 Saddle Brown

📋 copy color: '#854316'

red 133 ◦ green 67 ◦ blue 22

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

Shades of Saddle Brown #854316

Tints of Saddle Brown #854316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.18%

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

R = 59.91%
G = 30.18%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#854316 (or 0x854316) is known color: Saddle Brown. HEX triplet: 85, 43 and 16. RGB value is (133,67,22). Sum of RGB (Red+Green+Blue) = 133+67+22=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #854316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854316 is #7ABCE9. Grayscale: #515151. Windows color (decimal): -8043754 or 1459077. OLE color: 1459077.

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

Color convert

RGB 133 67 22 -
CMYK 0 0.50 0.83 0.48
HSL 24.32º 0.72% 0.3% -
HSV(B) 24.32º 0.83% 0.52% -
XYZ 11.82 9.06 1.88 -
YUV 81.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 133 67 22 0 0.50 0.83 0.48 24.32 0.72 0.3
Hex 85 43 16 0 32 53 30 18 48 1E
Octal 205 103 26 0 62 123 60 30 110 36
Binary 10000101 1000011 10110 0 110010 1010011 110000 11000 1001000 11110

Color Harmonies of #854316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854316

Black with #854316

Text Example


Text Example

White with #854316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854316; }

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

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

background-color css

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

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

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

border-color css

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

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

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