Html Css Color HEX #845C1E Hot Curry

📋 copy color: '#845C1E'

red 132 ◦ green 92 ◦ blue 30

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

Shades of Hot Curry #845C1E

Tints of Hot Curry #845C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 51.97%
G = 36.22%
B = 11.81%

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

#845C1E (or 0x845C1E) is known color: Hot Curry. HEX triplet: 84, 5C and 1E. RGB value is (132,92,30). Sum of RGB (Red+Green+Blue) = 132+92+30=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #845C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C1E is #7BA3E1. Grayscale: #616161. Windows color (decimal): -8102882 or 1989764. OLE color: 1989764.

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

Color convert

RGB 132 92 30 -
CMYK 0 0.30 0.77 0.48
HSL 36.47º 0.63% 0.32% -
HSV(B) 36.47º 0.77% 0.52% -
XYZ 13.58 12.65 2.96 -
YUV 96.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 132 92 30 0 0.30 0.77 0.48 36.47 0.63 0.32
Hex 84 5C 1E 0 1E 4D 30 24 3F 20
Octal 204 134 36 0 36 115 60 44 77 40
Binary 10000100 1011100 11110 0 11110 1001101 110000 100100 111111 100000

Color Harmonies of #845C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C1E

Black with #845C1E

Text Example


Text Example

White with #845C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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