Html Css Color HEX #85460C Saddle Brown

📋 copy color: '#85460C'

red 133 ◦ green 70 ◦ blue 12

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

Shades of Saddle Brown #85460C

Tints of Saddle Brown #85460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 61.86%
G = 32.56%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85460C (or 0x85460C) is known color: Saddle Brown. HEX triplet: 85, 46 and 0C. RGB value is (133,70,12). Sum of RGB (Red+Green+Blue) = 133+70+12=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85460C is #7AB9F3. Grayscale: #525252. Windows color (decimal): -8042996 or 804485. OLE color: 804485.

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

Color convert

RGB 133 70 12 -
CMYK 0 0.47 0.91 0.48
HSL 28.76º 0.83% 0.28% -
HSV(B) 28.76º 0.91% 0.52% -
XYZ 11.93 9.39 1.53 -
YUV 82.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 133 70 12 0 0.47 0.91 0.48 28.76 0.83 0.28
Hex 85 46 C 0 2F 5B 30 1D 53 1C
Octal 205 106 14 0 57 133 60 35 123 34
Binary 10000101 1000110 1100 0 101111 1011011 110000 11101 1010011 11100

Color Harmonies of #85460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85460C

Black with #85460C

Text Example


Text Example

White with #85460C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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