Html Css Color HEX #845A2F Hot Curry

📋 copy color: '#845A2F'

red 132 ◦ green 90 ◦ blue 47

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

Shades of Hot Curry #845A2F

Tints of Hot Curry #845A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.46%

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 49.07%
G = 33.46%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#845A2F (or 0x845A2F) is known color: Hot Curry. HEX triplet: 84, 5A and 2F. RGB value is (132,90,47). Sum of RGB (Red+Green+Blue) = 132+90+47=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #845A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A2F is #7BA5D0. Grayscale: #616161. Windows color (decimal): -8103377 or 3103364. OLE color: 3103364.

HSL color Cylindrical-coordinate representation of color #845A2F: hue angle of 30.35º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #845A2F is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 90 47 -
CMYK 0 0.32 0.64 0.48
HSL 30.35º 0.47% 0.35% -
HSV(B) 30.35º 0.64% 0.52% -
XYZ 13.68 12.42 4.37 -
YUV 97.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 132 90 47 0 0.32 0.64 0.48 30.35 0.47 0.35
Hex 84 5A 2F 0 20 40 30 1E 2F 23
Octal 204 132 57 0 40 100 60 36 57 43
Binary 10000100 1011010 101111 0 100000 1000000 110000 11110 101111 100011

Color Harmonies of #845A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845A2F

Black with #845A2F

Text Example


Text Example

White with #845A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,90,47); }

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

background-color css

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

 a { background-color: rgb(132,90,47); }

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

border-color css

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

 span { border-color: rgb(132,90,47); }

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