Html Css Color HEX #84642D Hot Curry

📋 copy color: '#84642D'

red 132 ◦ green 100 ◦ blue 45

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

Shades of Hot Curry #84642D

Tints of Hot Curry #84642D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 47.65%
G = 36.1%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84642D (or 0x84642D) is known color: Hot Curry. HEX triplet: 84, 64 and 2D. RGB value is (132,100,45). Sum of RGB (Red+Green+Blue) = 132+100+45=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84642D is #7B9BD2. Grayscale: #676767. Windows color (decimal): -8100819 or 2974852. OLE color: 2974852.

HSL color Cylindrical-coordinate representation of color #84642D: hue angle of 37.93º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84642D is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 45 -
CMYK 0 0.24 0.66 0.48
HSL 37.93º 0.49% 0.35% -
HSV(B) 37.93º 0.66% 0.52% -
XYZ 14.55 14.21 4.46 -
YUV 103.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 132 100 45 0 0.24 0.66 0.48 37.93 0.49 0.35
Hex 84 64 2D 0 18 42 30 26 31 23
Octal 204 144 55 0 30 102 60 46 61 43
Binary 10000100 1100100 101101 0 11000 1000010 110000 100110 110001 100011

Color Harmonies of #84642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84642D

Black with #84642D

Text Example


Text Example

White with #84642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84642D; }

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

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

background-color css

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

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

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

border-color css

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

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

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