Html Css Color HEX #854510 Saddle Brown

📋 copy color: '#854510'

red 133 ◦ green 69 ◦ blue 16

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

Shades of Saddle Brown #854510

Tints of Saddle Brown #854510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

 BLUE value IS 16 (6.64% from 255) = 7.34%

R = 61.01%
G = 31.65%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#854510 (or 0x854510) is known color: Saddle Brown. HEX triplet: 85, 45 and 10. RGB value is (133,69,16). Sum of RGB (Red+Green+Blue) = 133+69+16=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #854510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854510 is #7ABAEF. Grayscale: #525252. Windows color (decimal): -8043248 or 1066373. OLE color: 1066373.

HSL color Cylindrical-coordinate representation of color #854510: hue angle of 27.18º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #854510 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 69 16 -
CMYK 0 0.48 0.88 0.48
HSL 27.18º 0.79% 0.29% -
HSV(B) 27.18º 0.88% 0.52% -
XYZ 11.89 9.28 1.65 -
YUV 82.09 90.7 164.31 -
System Red Green Blue C M Y K H S L
Decimal 133 69 16 0 0.48 0.88 0.48 27.18 0.79 0.29
Hex 85 45 10 0 30 58 30 1B 4F 1D
Octal 205 105 20 0 60 130 60 33 117 35
Binary 10000101 1000101 10000 0 110000 1011000 110000 11011 1001111 11101

Color Harmonies of #854510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854510

Black with #854510

Text Example


Text Example

White with #854510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854510; }

 p { color: rgb(133,69,16); }

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

background-color css

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

 a { background-color: rgb(133,69,16); }

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

border-color css

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

 span { border-color: rgb(133,69,16); }

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