Html Css Color HEX #853A1B Russet

📋 copy color: '#853A1B'

red 133 ◦ green 58 ◦ blue 27

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

Shades of Russet #853A1B

Tints of Russet #853A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.61%

 BLUE value IS 27 (10.94% from 255) = 12.39%

R = 61.01%
G = 26.61%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#853A1B (or 0x853A1B) is known color: Russet. HEX triplet: 85, 3A and 1B. RGB value is (133,58,27). Sum of RGB (Red+Green+Blue) = 133+58+27=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #853A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A1B is #7AC5E4. Grayscale: #4D4D4D. Windows color (decimal): -8046053 or 1784453. OLE color: 1784453.

HSL color Cylindrical-coordinate representation of color #853A1B: hue angle of 17.55º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #853A1B is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 58 27 -
CMYK 0 0.56 0.80 0.48
HSL 17.55º 0.66% 0.31% -
HSV(B) 17.55º 0.8% 0.52% -
XYZ 11.38 8.09 2 -
YUV 76.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 133 58 27 0 0.56 0.80 0.48 17.55 0.66 0.31
Hex 85 3A 1B 0 38 50 30 12 42 1F
Octal 205 72 33 0 70 120 60 22 102 37
Binary 10000101 111010 11011 0 111000 1010000 110000 10010 1000010 11111

Color Harmonies of #853A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A1B

Black with #853A1B

Text Example


Text Example

White with #853A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,58,27); }

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

background-color css

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

 a { background-color: rgb(133,58,27); }

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

border-color css

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

 span { border-color: rgb(133,58,27); }

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