Html Css Color HEX #853503 Saddle Brown

📋 copy color: '#853503'

red 133 ◦ green 53 ◦ blue 3

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

Shades of Saddle Brown #853503

Tints of Saddle Brown #853503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.59%

R = 70.37%
G = 28.04%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#853503 (or 0x853503) is known color: Saddle Brown. HEX triplet: 85, 35 and 03. RGB value is (133,53,3). Sum of RGB (Red+Green+Blue) = 133+53+3=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #853503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853503 is #7ACAFC. Grayscale: #474747. Windows color (decimal): -8047357 or 210309. OLE color: 210309.

HSL color Cylindrical-coordinate representation of color #853503: hue angle of 23.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #853503 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 3 -
CMYK 0 0.60 0.98 0.48
HSL 23.08º 0.96% 0.27% -
HSV(B) 23.08º 0.98% 0.52% -
XYZ 10.96 7.54 0.96 -
YUV 71.22 89.5 172.07 -
System Red Green Blue C M Y K H S L
Decimal 133 53 3 0 0.60 0.98 0.48 23.08 0.96 0.27
Hex 85 35 3 0 3C 62 30 17 60 1B
Octal 205 65 3 0 74 142 60 27 140 33
Binary 10000101 110101 11 0 111100 1100010 110000 10111 1100000 11011

Color Harmonies of #853503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853503

Black with #853503

Text Example


Text Example

White with #853503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853503; }

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

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

background-color css

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

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

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

border-color css

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

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

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