Html Css Color HEX #845F1F Hot Curry

📋 copy color: '#845F1F'

red 132 ◦ green 95 ◦ blue 31

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

Shades of Hot Curry #845F1F

Tints of Hot Curry #845F1F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.82%

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

R = 51.16%
G = 36.82%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#845F1F (or 0x845F1F) is known color: Hot Curry. HEX triplet: 84, 5F and 1F. RGB value is (132,95,31). Sum of RGB (Red+Green+Blue) = 132+95+31=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #845F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F1F is #7BA0E0. Grayscale: #636363. Windows color (decimal): -8102113 or 2056068. OLE color: 2056068.

HSL color Cylindrical-coordinate representation of color #845F1F: hue angle of 38.02º 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 #845F1F is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 95 31 -
CMYK 0 0.28 0.77 0.48
HSL 38.02º 0.62% 0.32% -
HSV(B) 38.02º 0.77% 0.52% -
XYZ 13.86 13.19 3.11 -
YUV 98.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 132 95 31 0 0.28 0.77 0.48 38.02 0.62 0.32
Hex 84 5F 1F 0 1C 4D 30 26 3E 20
Octal 204 137 37 0 34 115 60 46 76 40
Binary 10000100 1011111 11111 0 11100 1001101 110000 100110 111110 100000

Color Harmonies of #845F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F1F

Black with #845F1F

Text Example


Text Example

White with #845F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845F1F; }

 p { color: rgb(132,95,31); }

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

background-color css

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

 a { background-color: rgb(132,95,31); }

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

border-color css

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

 span { border-color: rgb(132,95,31); }

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