Html Css Color HEX #84642F Hot Curry

📋 copy color: '#84642F'

red 132 ◦ green 100 ◦ blue 47

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

Shades of Hot Curry #84642F

Tints of Hot Curry #84642F

RGB

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

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

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

R = 47.31%
G = 35.84%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84642F (or 0x84642F) is known color: Hot Curry. HEX triplet: 84, 64 and 2F. RGB value is (132,100,47). Sum of RGB (Red+Green+Blue) = 132+100+47=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84642F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84642F is #7B9BD0. Grayscale: #676767. Windows color (decimal): -8100817 or 3105924. OLE color: 3105924.

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

Color convert

RGB 132 100 47 -
CMYK 0 0.24 0.64 0.48
HSL 37.41º 0.47% 0.35% -
HSV(B) 37.41º 0.64% 0.52% -
XYZ 14.59 14.23 4.67 -
YUV 103.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 132 100 47 0 0.24 0.64 0.48 37.41 0.47 0.35
Hex 84 64 2F 0 18 40 30 25 2F 23
Octal 204 144 57 0 30 100 60 45 57 43
Binary 10000100 1100100 101111 0 11000 1000000 110000 100101 101111 100011

Color Harmonies of #84642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84642F

Black with #84642F

Text Example


Text Example

White with #84642F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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