Html Css Color HEX #854610 Saddle Brown

📋 copy color: '#854610'

red 133 ◦ green 70 ◦ blue 16

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

Shades of Saddle Brown #854610

Tints of Saddle Brown #854610

RGB

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

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

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

R = 60.73%
G = 31.96%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#854610 (or 0x854610) is known color: Saddle Brown. HEX triplet: 85, 46 and 10. RGB value is (133,70,16). Sum of RGB (Red+Green+Blue) = 133+70+16=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #854610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854610 is #7AB9EF. Grayscale: #525252. Windows color (decimal): -8042992 or 1066629. OLE color: 1066629.

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

Color convert

RGB 133 70 16 -
CMYK 0 0.47 0.88 0.48
HSL 27.69º 0.79% 0.29% -
HSV(B) 27.69º 0.88% 0.52% -
XYZ 11.96 9.4 1.68 -
YUV 82.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 133 70 16 0 0.47 0.88 0.48 27.69 0.79 0.29
Hex 85 46 10 0 2F 58 30 1C 4F 1D
Octal 205 106 20 0 57 130 60 34 117 35
Binary 10000101 1000110 10000 0 101111 1011000 110000 11100 1001111 11101

Color Harmonies of #854610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854610

Black with #854610

Text Example


Text Example

White with #854610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854610; }

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

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

background-color css

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

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

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

border-color css

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

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

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