#85300C

Color #85300C Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #85300C

Tints of Saddle Brown #85300C

Color information

#85300C (or 0x85300C) is unknown color: approx Saddle Brown. HEX triplet: 85, 30 and 0C. RGB value is (133,48,12). Sum of RGB (Red+Green+Blue) = 133+48+12=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #85300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85300C is #7ACFF3. Grayscale: #454545. Windows color (decimal): -8048628 or 798853. OLE color: 798853.

HSL color Cylindrical-coordinate representation of color #85300C: hue angle of 17.85º 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 #85300C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1334812-
CMYK00.640.910.48
HSL17.85º83.45%28.43%-
HSV(B)17.85º90.98%52.16%-
XYZ10.87.131.15-
YUV69.3195.66173.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.91%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=68.91%
G=24.87%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133481200.640.910.4817.8583.4528.43
Hex8530C0405B3012531c
Octal20560140100133602212334
Binary10000101110000110001000000101101111000010010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85300C;
 }
 .AnyTagClassName
 {
   color: #85300C;
 }
</style>
background-color css

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

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

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

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

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

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