#853B01

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

Shades of Saddle Brown #853B01

Tints of Saddle Brown #853B01

Color information

#853B01 (or 0x853B01) is unknown color: approx Saddle Brown. HEX triplet: 85, 3B and 01. RGB value is (133,59,1). Sum of RGB (Red+Green+Blue) = 133+59+1=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #853B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853B01 is #7AC4FE. Grayscale: #4A4A4A. Windows color (decimal): -8045823 or 80773. OLE color: 80773.

HSL color Cylindrical-coordinate representation of color #853B01: hue angle of 26.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #853B01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB133591-
CMYK00.560.990.48
HSL26.36º98.51%26.27%-
HSV(B)26.36º99.25%52.16%-
XYZ11.248.121-
YUV74.5186.52169.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.91%
GREEN value IS 59 (23.44% from 255) = 30.57%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=68.91%
G=30.57%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13359100.560.990.4826.3698.5126.27
Hex853B103863301a631a
Octal205731070143603214332
Binary1000010111101110111000110001111000011010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853B01; }

 p { color: rgb(133,59,1); }

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

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

 a { background-color: rgb(133,59,1); }

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

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

 span { border-color: rgb(133,59,1); }

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