Html Css Color HEX #84521E Hot Curry

📋 copy color: '#84521E'

red 132 ◦ green 82 ◦ blue 30

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

Shades of Hot Curry #84521E

Tints of Hot Curry #84521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.61%

 BLUE value IS 30 (12.11% from 255) = 12.3%

R = 54.1%
G = 33.61%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84521E (or 0x84521E) is known color: Hot Curry. HEX triplet: 84, 52 and 1E. RGB value is (132,82,30). Sum of RGB (Red+Green+Blue) = 132+82+30=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84521E is #7BADE1. Grayscale: #5B5B5B. Windows color (decimal): -8105442 or 1987204. OLE color: 1987204.

HSL color Cylindrical-coordinate representation of color #84521E: hue angle of 30.59º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84521E is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 30 -
CMYK 0 0.38 0.77 0.48
HSL 30.59º 0.63% 0.32% -
HSV(B) 30.59º 0.77% 0.52% -
XYZ 12.77 11.03 2.69 -
YUV 91.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 132 82 30 0 0.38 0.77 0.48 30.59 0.63 0.32
Hex 84 52 1E 0 26 4D 30 1F 3F 20
Octal 204 122 36 0 46 115 60 37 77 40
Binary 10000100 1010010 11110 0 100110 1001101 110000 11111 111111 100000

Color Harmonies of #84521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84521E

Black with #84521E

Text Example


Text Example

White with #84521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84521E; }

 p { color: rgb(132,82,30); }

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

background-color css

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

 a { background-color: rgb(132,82,30); }

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

border-color css

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

 span { border-color: rgb(132,82,30); }

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