Html Css Color HEX #826327 Hot Curry

📋 copy color: '#826327'

red 130 ◦ green 99 ◦ blue 39

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

Shades of Hot Curry #826327

Tints of Hot Curry #826327

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

 BLUE value IS 39 (15.63% from 255) = 14.55%

R = 48.51%
G = 36.94%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#826327 (or 0x826327) is known color: Hot Curry. HEX triplet: 82, 63 and 27. RGB value is (130,99,39). Sum of RGB (Red+Green+Blue) = 130+99+39=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #826327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826327 is #7D9CD8. Grayscale: #656565. Windows color (decimal): -8232153 or 2581378. OLE color: 2581378.

HSL color Cylindrical-coordinate representation of color #826327: hue angle of 39.56º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #826327 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 99 39 -
CMYK 0 0.24 0.70 0.49
HSL 39.56º 0.54% 0.33% -
HSV(B) 39.56º 0.7% 0.51% -
XYZ 14.03 13.82 3.85 -
YUV 101.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 130 99 39 0 0.24 0.70 0.49 39.56 0.54 0.33
Hex 82 63 27 0 18 46 31 28 36 21
Octal 202 143 47 0 30 106 61 50 66 41
Binary 10000010 1100011 100111 0 11000 1000110 110001 101000 110110 100001

Color Harmonies of #826327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826327

Black with #826327

Text Example


Text Example

White with #826327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826327; }

 p { color: rgb(130,99,39); }

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

background-color css

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

 a { background-color: rgb(130,99,39); }

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

border-color css

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

 span { border-color: rgb(130,99,39); }

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