Html Css Color HEX #845D1E Hot Curry

📋 copy color: '#845D1E'

red 132 ◦ green 93 ◦ blue 30

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

Shades of Hot Curry #845D1E

Tints of Hot Curry #845D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.47%

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

R = 51.76%
G = 36.47%
B = 11.76%

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

#845D1E (or 0x845D1E) is known color: Hot Curry. HEX triplet: 84, 5D and 1E. RGB value is (132,93,30). Sum of RGB (Red+Green+Blue) = 132+93+30=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #845D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D1E is #7BA2E1. Grayscale: #616161. Windows color (decimal): -8102626 or 1990020. OLE color: 1990020.

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

Color convert

RGB 132 93 30 -
CMYK 0 0.30 0.77 0.48
HSL 37.06º 0.63% 0.32% -
HSV(B) 37.06º 0.77% 0.52% -
XYZ 13.66 12.83 2.98 -
YUV 97.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 132 93 30 0 0.30 0.77 0.48 37.06 0.63 0.32
Hex 84 5D 1E 0 1E 4D 30 25 3F 20
Octal 204 135 36 0 36 115 60 45 77 40
Binary 10000100 1011101 11110 0 11110 1001101 110000 100101 111111 100000

Color Harmonies of #845D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D1E

Black with #845D1E

Text Example


Text Example

White with #845D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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