Html Css Color HEX #825826 Hot Curry

📋 copy color: '#825826'

red 130 ◦ green 88 ◦ blue 38

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

Shades of Hot Curry #825826

Tints of Hot Curry #825826

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 50.78%
G = 34.38%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#825826 (or 0x825826) is known color: Hot Curry. HEX triplet: 82, 58 and 26. RGB value is (130,88,38). Sum of RGB (Red+Green+Blue) = 130+88+38=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #825826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825826 is #7DA7D9. Grayscale: #5F5F5F. Windows color (decimal): -8234970 or 2513026. OLE color: 2513026.

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

Color convert

RGB 130 88 38 -
CMYK 0 0.32 0.71 0.49
HSL 32.61º 0.55% 0.33% -
HSV(B) 32.61º 0.71% 0.51% -
XYZ 13.05 11.87 3.44 -
YUV 94.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 130 88 38 0 0.32 0.71 0.49 32.61 0.55 0.33
Hex 82 58 26 0 20 47 31 21 37 21
Octal 202 130 46 0 40 107 61 41 67 41
Binary 10000010 1011000 100110 0 100000 1000111 110001 100001 110111 100001

Color Harmonies of #825826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825826

Black with #825826

Text Example


Text Example

White with #825826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825826; }

 p { color: rgb(130,88,38); }

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

background-color css

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

 a { background-color: rgb(130,88,38); }

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

border-color css

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

 span { border-color: rgb(130,88,38); }

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