Html Css Color HEX #845830 Hot Curry

📋 copy color: '#845830'

red 132 ◦ green 88 ◦ blue 48

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

Shades of Hot Curry #845830

Tints of Hot Curry #845830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.84%

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

R = 49.25%
G = 32.84%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#845830 (or 0x845830) is known color: Hot Curry. HEX triplet: 84, 58 and 30. RGB value is (132,88,48). Sum of RGB (Red+Green+Blue) = 132+88+48=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #845830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845830 is #7BA7CF. Grayscale: #606060. Windows color (decimal): -8103888 or 3168388. OLE color: 3168388.

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

Color convert

RGB 132 88 48 -
CMYK 0 0.33 0.64 0.48
HSL 28.57º 0.47% 0.35% -
HSV(B) 28.57º 0.64% 0.52% -
XYZ 13.54 12.1 4.42 -
YUV 96.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 132 88 48 0 0.33 0.64 0.48 28.57 0.47 0.35
Hex 84 58 30 0 21 40 30 1D 2F 23
Octal 204 130 60 0 41 100 60 35 57 43
Binary 10000100 1011000 110000 0 100001 1000000 110000 11101 101111 100011

Color Harmonies of #845830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845830

Black with #845830

Text Example


Text Example

White with #845830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845830; }

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

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

background-color css

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

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

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

border-color css

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

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

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