Html Css Color HEX #853103 Saddle Brown

📋 copy color: '#853103'

red 133 ◦ green 49 ◦ blue 3

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

Shades of Saddle Brown #853103

Tints of Saddle Brown #853103

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

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

R = 71.89%
G = 26.49%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#853103 (or 0x853103) is known color: Saddle Brown. HEX triplet: 85, 31 and 03. RGB value is (133,49,3). Sum of RGB (Red+Green+Blue) = 133+49+3=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #853103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853103 is #7ACEFC. Grayscale: #454545. Windows color (decimal): -8048381 or 209285. OLE color: 209285.

HSL color Cylindrical-coordinate representation of color #853103: hue angle of 21.23º 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 #853103 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 3 -
CMYK 0 0.63 0.98 0.48
HSL 21.23º 0.96% 0.27% -
HSV(B) 21.23º 0.98% 0.52% -
XYZ 10.79 7.19 0.91 -
YUV 68.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 133 49 3 0 0.63 0.98 0.48 21.23 0.96 0.27
Hex 85 31 3 0 3F 62 30 15 60 1B
Octal 205 61 3 0 77 142 60 25 140 33
Binary 10000101 110001 11 0 111111 1100010 110000 10101 1100000 11011

Color Harmonies of #853103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853103

Black with #853103

Text Example


Text Example

White with #853103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853103; }

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

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

background-color css

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

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

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

border-color css

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

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

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