Html Css Color HEX #846530 Hot Curry

📋 copy color: '#846530'

red 132 ◦ green 101 ◦ blue 48

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

Shades of Hot Curry #846530

Tints of Hot Curry #846530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 46.98%
G = 35.94%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#846530 (or 0x846530) is known color: Hot Curry. HEX triplet: 84, 65 and 30. RGB value is (132,101,48). Sum of RGB (Red+Green+Blue) = 132+101+48=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #846530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846530 is #7B9ACF. Grayscale: #686868. Windows color (decimal): -8100560 or 3171716. OLE color: 3171716.

HSL color Cylindrical-coordinate representation of color #846530: hue angle of 37.86º 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 #846530 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 101 48 -
CMYK 0 0.23 0.64 0.48
HSL 37.86º 0.47% 0.35% -
HSV(B) 37.86º 0.64% 0.52% -
XYZ 14.7 14.43 4.81 -
YUV 104.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 132 101 48 0 0.23 0.64 0.48 37.86 0.47 0.35
Hex 84 65 30 0 17 40 30 26 2F 23
Octal 204 145 60 0 27 100 60 46 57 43
Binary 10000100 1100101 110000 0 10111 1000000 110000 100110 101111 100011

Color Harmonies of #846530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846530

Black with #846530

Text Example


Text Example

White with #846530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846530; }

 p { color: rgb(132,101,48); }

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

background-color css

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

 a { background-color: rgb(132,101,48); }

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

border-color css

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

 span { border-color: rgb(132,101,48); }

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