Html Css Color HEX #853D1F Russet

📋 copy color: '#853D1F'

red 133 ◦ green 61 ◦ blue 31

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

Shades of Russet #853D1F

Tints of Russet #853D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.11%

 BLUE value IS 31 (12.5% from 255) = 13.78%

R = 59.11%
G = 27.11%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#853D1F (or 0x853D1F) is known color: Russet. HEX triplet: 85, 3D and 1F. RGB value is (133,61,31). Sum of RGB (Red+Green+Blue) = 133+61+31=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #853D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D1F is #7AC2E0. Grayscale: #4F4F4F. Windows color (decimal): -8045281 or 2047365. OLE color: 2047365.

HSL color Cylindrical-coordinate representation of color #853D1F: hue angle of 17.65º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #853D1F is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 61 31 -
CMYK 0 0.54 0.77 0.48
HSL 17.65º 0.62% 0.32% -
HSV(B) 17.65º 0.77% 0.52% -
XYZ 11.59 8.42 2.31 -
YUV 79.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 133 61 31 0 0.54 0.77 0.48 17.65 0.62 0.32
Hex 85 3D 1F 0 36 4D 30 12 3E 20
Octal 205 75 37 0 66 115 60 22 76 40
Binary 10000101 111101 11111 0 110110 1001101 110000 10010 111110 100000

Color Harmonies of #853D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D1F

Black with #853D1F

Text Example


Text Example

White with #853D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,61,31); }

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

background-color css

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

 a { background-color: rgb(133,61,31); }

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

border-color css

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

 span { border-color: rgb(133,61,31); }

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