Html Css Color HEX #826630 Hot Curry

📋 copy color: '#826630'

red 130 ◦ green 102 ◦ blue 48

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

Shades of Hot Curry #826630

Tints of Hot Curry #826630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 46.43%
G = 36.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#826630 (or 0x826630) is known color: Hot Curry. HEX triplet: 82, 66 and 30. RGB value is (130,102,48). Sum of RGB (Red+Green+Blue) = 130+102+48=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #826630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826630 is #7D99CF. Grayscale: #686868. Windows color (decimal): -8231376 or 3171970. OLE color: 3171970.

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

Color convert

RGB 130 102 48 -
CMYK 0 0.22 0.63 0.49
HSL 39.51º 0.46% 0.35% -
HSV(B) 39.51º 0.63% 0.51% -
XYZ 14.49 14.46 4.82 -
YUV 104.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 130 102 48 0 0.22 0.63 0.49 39.51 0.46 0.35
Hex 82 66 30 0 16 3F 31 28 2E 23
Octal 202 146 60 0 26 77 61 50 56 43
Binary 10000010 1100110 110000 0 10110 111111 110001 101000 101110 100011

Color Harmonies of #826630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826630

Black with #826630

Text Example


Text Example

White with #826630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826630; }

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

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

background-color css

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

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

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

border-color css

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

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

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