Html Css Color HEX #853510 Saddle Brown

📋 copy color: '#853510'

red 133 ◦ green 53 ◦ blue 16

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

Shades of Saddle Brown #853510

Tints of Saddle Brown #853510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

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

R = 65.84%
G = 26.24%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#853510 (or 0x853510) is known color: Saddle Brown. HEX triplet: 85, 35 and 10. RGB value is (133,53,16). Sum of RGB (Red+Green+Blue) = 133+53+16=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #853510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853510 is #7ACAEF. Grayscale: #484848. Windows color (decimal): -8047344 or 1062277. OLE color: 1062277.

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

Color convert

RGB 133 53 16 -
CMYK 0 0.60 0.88 0.48
HSL 18.97º 0.79% 0.29% -
HSV(B) 18.97º 0.88% 0.52% -
XYZ 11.04 7.57 1.37 -
YUV 72.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 133 53 16 0 0.60 0.88 0.48 18.97 0.79 0.29
Hex 85 35 10 0 3C 58 30 13 4F 1D
Octal 205 65 20 0 74 130 60 23 117 35
Binary 10000101 110101 10000 0 111100 1011000 110000 10011 1001111 11101

Color Harmonies of #853510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853510

Black with #853510

Text Example


Text Example

White with #853510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853510; }

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

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

background-color css

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

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

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

border-color css

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

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

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