Html Css Color HEX #853F1D Russet

📋 copy color: '#853F1D'

red 133 ◦ green 63 ◦ blue 29

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

Shades of Russet #853F1D

Tints of Russet #853F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 28%

 BLUE value IS 29 (11.72% from 255) = 12.89%

R = 59.11%
G = 28%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#853F1D (or 0x853F1D) is known color: Russet. HEX triplet: 85, 3F and 1D. RGB value is (133,63,29). Sum of RGB (Red+Green+Blue) = 133+63+29=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #853F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F1D is #7AC0E2. Grayscale: #505050. Windows color (decimal): -8044771 or 1916805. OLE color: 1916805.

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

Color convert

RGB 133 63 29 -
CMYK 0 0.53 0.78 0.48
HSL 19.62º 0.64% 0.32% -
HSV(B) 19.62º 0.78% 0.52% -
XYZ 11.67 8.63 2.21 -
YUV 80.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 133 63 29 0 0.53 0.78 0.48 19.62 0.64 0.32
Hex 85 3F 1D 0 35 4E 30 14 40 20
Octal 205 77 35 0 65 116 60 24 100 40
Binary 10000101 111111 11101 0 110101 1001110 110000 10100 1000000 100000

Color Harmonies of #853F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F1D

Black with #853F1D

Text Example


Text Example

White with #853F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,63,29); }

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

background-color css

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

 a { background-color: rgb(133,63,29); }

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

border-color css

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

 span { border-color: rgb(133,63,29); }

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