Html Css Color HEX #826123 Hot Curry

📋 copy color: '#826123'

red 130 ◦ green 97 ◦ blue 35

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

Shades of Hot Curry #826123

Tints of Hot Curry #826123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.36%

R = 49.62%
G = 37.02%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#826123 (or 0x826123) is known color: Hot Curry. HEX triplet: 82, 61 and 23. RGB value is (130,97,35). Sum of RGB (Red+Green+Blue) = 130+97+35=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #826123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826123 is #7D9EDC. Grayscale: #646464. Windows color (decimal): -8232669 or 2318722. OLE color: 2318722.

HSL color Cylindrical-coordinate representation of color #826123: hue angle of 39.16º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #826123 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 97 35 -
CMYK 0 0.25 0.73 0.49
HSL 39.16º 0.58% 0.32% -
HSV(B) 39.16º 0.73% 0.51% -
XYZ 13.78 13.42 3.45 -
YUV 99.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 130 97 35 0 0.25 0.73 0.49 39.16 0.58 0.32
Hex 82 61 23 0 19 49 31 27 3A 20
Octal 202 141 43 0 31 111 61 47 72 40
Binary 10000010 1100001 100011 0 11001 1001001 110001 100111 111010 100000

Color Harmonies of #826123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826123

Black with #826123

Text Example


Text Example

White with #826123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826123; }

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

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

background-color css

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

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

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

border-color css

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

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

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