Html Css Color HEX #82652B Hot Curry

📋 copy color: '#82652B'

red 130 ◦ green 101 ◦ blue 43

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

Shades of Hot Curry #82652B

Tints of Hot Curry #82652B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.86%

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 47.45%
G = 36.86%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82652B (or 0x82652B) is known color: Hot Curry. HEX triplet: 82, 65 and 2B. RGB value is (130,101,43). Sum of RGB (Red+Green+Blue) = 130+101+43=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82652B is #7D9AD4. Grayscale: #676767. Windows color (decimal): -8231637 or 2844034. OLE color: 2844034.

HSL color Cylindrical-coordinate representation of color #82652B: hue angle of 40º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82652B is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 101 43 -
CMYK 0 0.22 0.67 0.49
HSL 40º 0.5% 0.34% -
HSV(B) 40º 0.67% 0.51% -
XYZ 14.3 14.23 4.28 -
YUV 103.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 130 101 43 0 0.22 0.67 0.49 40 0.5 0.34
Hex 82 65 2B 0 16 43 31 28 32 22
Octal 202 145 53 0 26 103 61 50 62 42
Binary 10000010 1100101 101011 0 10110 1000011 110001 101000 110010 100010

Color Harmonies of #82652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82652B

Black with #82652B

Text Example


Text Example

White with #82652B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82652B; }

 p { color: rgb(130,101,43); }

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

background-color css

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

 a { background-color: rgb(130,101,43); }

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

border-color css

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

 span { border-color: rgb(130,101,43); }

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