Html Css Color HEX #82541E Hot Curry

📋 copy color: '#82541E'

red 130 ◦ green 84 ◦ blue 30

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

Shades of Hot Curry #82541E

Tints of Hot Curry #82541E

RGB

 RED value IS 130 (51.17% from 255) = 53.28%

 GREEN value IS 84 (33.2% from 255) = 34.43%

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

R = 53.28%
G = 34.43%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82541E (or 0x82541E) is known color: Hot Curry. HEX triplet: 82, 54 and 1E. RGB value is (130,84,30). Sum of RGB (Red+Green+Blue) = 130+84+30=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82541E is #7DABE1. Grayscale: #5B5B5B. Windows color (decimal): -8236002 or 1987714. OLE color: 1987714.

HSL color Cylindrical-coordinate representation of color #82541E: hue angle of 32.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82541E is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 84 30 -
CMYK 0 0.35 0.77 0.49
HSL 32.4º 0.63% 0.31% -
HSV(B) 32.4º 0.77% 0.51% -
XYZ 12.61 11.18 2.72 -
YUV 91.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 130 84 30 0 0.35 0.77 0.49 32.4 0.63 0.31
Hex 82 54 1E 0 23 4D 31 20 3E 1F
Octal 202 124 36 0 43 115 61 40 76 37
Binary 10000010 1010100 11110 0 100011 1001101 110001 100000 111110 11111

Color Harmonies of #82541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82541E

Black with #82541E

Text Example


Text Example

White with #82541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,84,30); }

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

background-color css

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

 a { background-color: rgb(130,84,30); }

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

border-color css

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

 span { border-color: rgb(130,84,30); }

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