Html Css Color HEX #85460F Saddle Brown

📋 copy color: '#85460F'

red 133 ◦ green 70 ◦ blue 15

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

Shades of Saddle Brown #85460F

Tints of Saddle Brown #85460F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.88%

R = 61.01%
G = 32.11%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85460F (or 0x85460F) is known color: Saddle Brown. HEX triplet: 85, 46 and 0F. RGB value is (133,70,15). Sum of RGB (Red+Green+Blue) = 133+70+15=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #85460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85460F is #7AB9F0. Grayscale: #525252. Windows color (decimal): -8042993 or 1001093. OLE color: 1001093.

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

Color convert

RGB 133 70 15 -
CMYK 0 0.47 0.89 0.48
HSL 27.97º 0.8% 0.29% -
HSV(B) 27.97º 0.89% 0.52% -
XYZ 11.95 9.4 1.64 -
YUV 82.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 133 70 15 0 0.47 0.89 0.48 27.97 0.8 0.29
Hex 85 46 F 0 2F 59 30 1C 50 1D
Octal 205 106 17 0 57 131 60 34 120 35
Binary 10000101 1000110 1111 0 101111 1011001 110000 11100 1010000 11101

Color Harmonies of #85460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85460F

Black with #85460F

Text Example


Text Example

White with #85460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85460F; }

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

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

background-color css

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

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

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

border-color css

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

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

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