Html Css Color HEX #853105 Saddle Brown

📋 copy color: '#853105'

red 133 ◦ green 49 ◦ blue 5

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

Shades of Saddle Brown #853105

Tints of Saddle Brown #853105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 71.12%
G = 26.2%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#853105 (or 0x853105) is known color: Saddle Brown. HEX triplet: 85, 31 and 05. RGB value is (133,49,5). Sum of RGB (Red+Green+Blue) = 133+49+5=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #853105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853105 is #7ACEFA. Grayscale: #454545. Windows color (decimal): -8048379 or 340357. OLE color: 340357.

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

Color convert

RGB 133 49 5 -
CMYK 0 0.63 0.96 0.48
HSL 20.63º 0.93% 0.27% -
HSV(B) 20.63º 0.96% 0.52% -
XYZ 10.8 7.19 0.96 -
YUV 69.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 133 49 5 0 0.63 0.96 0.48 20.63 0.93 0.27
Hex 85 31 5 0 3F 60 30 15 5D 1B
Octal 205 61 5 0 77 140 60 25 135 33
Binary 10000101 110001 101 0 111111 1100000 110000 10101 1011101 11011

Color Harmonies of #853105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853105

Black with #853105

Text Example


Text Example

White with #853105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853105; }

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

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

background-color css

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

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

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

border-color css

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

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

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