Html Css Color HEX #845314 Russet

📋 copy color: '#845314'

red 132 ◦ green 83 ◦ blue 20

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

Shades of Russet #845314

Tints of Russet #845314

RGB

 RED value IS 132 (51.95% from 255) = 56.17%

 GREEN value IS 83 (32.81% from 255) = 35.32%

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 56.17%
G = 35.32%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#845314 (or 0x845314) is known color: Russet. HEX triplet: 84, 53 and 14. RGB value is (132,83,20). Sum of RGB (Red+Green+Blue) = 132+83+20=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #845314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845314 is #7BACEB. Grayscale: #5A5A5A. Windows color (decimal): -8105196 or 1332100. OLE color: 1332100.

HSL color Cylindrical-coordinate representation of color #845314: hue angle of 33.75º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #845314 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 83 20 -
CMYK 0 0.37 0.85 0.48
HSL 33.75º 0.74% 0.3% -
HSV(B) 33.75º 0.85% 0.52% -
XYZ 12.74 11.14 2.14 -
YUV 90.47 88.23 157.62 -
System Red Green Blue C M Y K H S L
Decimal 132 83 20 0 0.37 0.85 0.48 33.75 0.74 0.3
Hex 84 53 14 0 25 55 30 22 4A 1E
Octal 204 123 24 0 45 125 60 42 112 36
Binary 10000100 1010011 10100 0 100101 1010101 110000 100010 1001010 11110

Color Harmonies of #845314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845314

Black with #845314

Text Example


Text Example

White with #845314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845314; }

 p { color: rgb(132,83,20); }

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

background-color css

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

 a { background-color: rgb(132,83,20); }

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

border-color css

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

 span { border-color: rgb(132,83,20); }

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