Html Css Color HEX #845C1F Hot Curry

📋 copy color: '#845C1F'

red 132 ◦ green 92 ◦ blue 31

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

Shades of Hot Curry #845C1F

Tints of Hot Curry #845C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.08%

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

R = 51.76%
G = 36.08%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#845C1F (or 0x845C1F) is known color: Hot Curry. HEX triplet: 84, 5C and 1F. RGB value is (132,92,31). Sum of RGB (Red+Green+Blue) = 132+92+31=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #845C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C1F is #7BA3E0. Grayscale: #616161. Windows color (decimal): -8102881 or 2055300. OLE color: 2055300.

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

Color convert

RGB 132 92 31 -
CMYK 0 0.30 0.77 0.48
HSL 36.24º 0.62% 0.32% -
HSV(B) 36.24º 0.77% 0.52% -
XYZ 13.59 12.66 3.02 -
YUV 97.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 132 92 31 0 0.30 0.77 0.48 36.24 0.62 0.32
Hex 84 5C 1F 0 1E 4D 30 24 3E 20
Octal 204 134 37 0 36 115 60 44 76 40
Binary 10000100 1011100 11111 0 11110 1001101 110000 100100 111110 100000

Color Harmonies of #845C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C1F

Black with #845C1F

Text Example


Text Example

White with #845C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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