Html Css Color HEX #826328 Hot Curry

📋 copy color: '#826328'

red 130 ◦ green 99 ◦ blue 40

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

Shades of Hot Curry #826328

Tints of Hot Curry #826328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 48.33%
G = 36.8%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#826328 (or 0x826328) is known color: Hot Curry. HEX triplet: 82, 63 and 28. RGB value is (130,99,40). Sum of RGB (Red+Green+Blue) = 130+99+40=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #826328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826328 is #7D9CD7. Grayscale: #656565. Windows color (decimal): -8232152 or 2646914. OLE color: 2646914.

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

Color convert

RGB 130 99 40 -
CMYK 0 0.24 0.69 0.49
HSL 39.33º 0.53% 0.33% -
HSV(B) 39.33º 0.69% 0.51% -
XYZ 14.05 13.82 3.93 -
YUV 101.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 130 99 40 0 0.24 0.69 0.49 39.33 0.53 0.33
Hex 82 63 28 0 18 45 31 27 35 21
Octal 202 143 50 0 30 105 61 47 65 41
Binary 10000010 1100011 101000 0 11000 1000101 110001 100111 110101 100001

Color Harmonies of #826328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826328

Black with #826328

Text Example


Text Example

White with #826328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826328; }

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

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

background-color css

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

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

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

border-color css

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

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

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