Html Css Color HEX #82662F Hot Curry

📋 copy color: '#82662F'

red 130 ◦ green 102 ◦ blue 47

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

Shades of Hot Curry #82662F

Tints of Hot Curry #82662F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

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

R = 46.59%
G = 36.56%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82662F (or 0x82662F) is known color: Hot Curry. HEX triplet: 82, 66 and 2F. RGB value is (130,102,47). Sum of RGB (Red+Green+Blue) = 130+102+47=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82662F is #7D99D0. Grayscale: #686868. Windows color (decimal): -8231377 or 3106434. OLE color: 3106434.

HSL color Cylindrical-coordinate representation of color #82662F: hue angle of 39.76º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82662F is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 47 -
CMYK 0 0.22 0.64 0.49
HSL 39.76º 0.47% 0.35% -
HSV(B) 39.76º 0.64% 0.51% -
XYZ 14.47 14.45 4.72 -
YUV 104.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 130 102 47 0 0.22 0.64 0.49 39.76 0.47 0.35
Hex 82 66 2F 0 16 40 31 28 2F 23
Octal 202 146 57 0 26 100 61 50 57 43
Binary 10000010 1100110 101111 0 10110 1000000 110001 101000 101111 100011

Color Harmonies of #82662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82662F

Black with #82662F

Text Example


Text Example

White with #82662F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,102,47); }

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

background-color css

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

 a { background-color: rgb(130,102,47); }

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

border-color css

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

 span { border-color: rgb(130,102,47); }

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