Html Css Color HEX #82612F Hot Curry

📋 copy color: '#82612F'

red 130 ◦ green 97 ◦ blue 47

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

Shades of Hot Curry #82612F

Tints of Hot Curry #82612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.4%

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

R = 47.45%
G = 35.4%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82612F (or 0x82612F) is known color: Hot Curry. HEX triplet: 82, 61 and 2F. RGB value is (130,97,47). Sum of RGB (Red+Green+Blue) = 130+97+47=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82612F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82612F is #7D9ED0. Grayscale: #656565. Windows color (decimal): -8232657 or 3105154. OLE color: 3105154.

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

Color convert

RGB 130 97 47 -
CMYK 0 0.25 0.64 0.49
HSL 36.14º 0.47% 0.35% -
HSV(B) 36.14º 0.64% 0.51% -
XYZ 13.99 13.5 4.56 -
YUV 101.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 130 97 47 0 0.25 0.64 0.49 36.14 0.47 0.35
Hex 82 61 2F 0 19 40 31 24 2F 23
Octal 202 141 57 0 31 100 61 44 57 43
Binary 10000010 1100001 101111 0 11001 1000000 110001 100100 101111 100011

Color Harmonies of #82612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82612F

Black with #82612F

Text Example


Text Example

White with #82612F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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