Html Css Color HEX #846428 Hot Curry

📋 copy color: '#846428'

red 132 ◦ green 100 ◦ blue 40

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

Shades of Hot Curry #846428

Tints of Hot Curry #846428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.76%

 BLUE value IS 40 (16.02% from 255) = 14.71%

R = 48.53%
G = 36.76%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#846428 (or 0x846428) is known color: Hot Curry. HEX triplet: 84, 64 and 28. RGB value is (132,100,40). Sum of RGB (Red+Green+Blue) = 132+100+40=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #846428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846428 is #7B9BD7. Grayscale: #676767. Windows color (decimal): -8100824 or 2647172. OLE color: 2647172.

HSL color Cylindrical-coordinate representation of color #846428: hue angle of 39.13º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #846428 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 40 -
CMYK 0 0.24 0.70 0.48
HSL 39.13º 0.53% 0.34% -
HSV(B) 39.13º 0.7% 0.52% -
XYZ 14.46 14.17 3.98 -
YUV 102.73 92.6 148.88 -
System Red Green Blue C M Y K H S L
Decimal 132 100 40 0 0.24 0.70 0.48 39.13 0.53 0.34
Hex 84 64 28 0 18 46 30 27 35 22
Octal 204 144 50 0 30 106 60 47 65 42
Binary 10000100 1100100 101000 0 11000 1000110 110000 100111 110101 100010

Color Harmonies of #846428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846428

Black with #846428

Text Example


Text Example

White with #846428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846428; }

 p { color: rgb(132,100,40); }

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

background-color css

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

 a { background-color: rgb(132,100,40); }

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

border-color css

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

 span { border-color: rgb(132,100,40); }

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