Html Css Color HEX #825827 Hot Curry

📋 copy color: '#825827'

red 130 ◦ green 88 ◦ blue 39

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

Shades of Hot Curry #825827

Tints of Hot Curry #825827

RGB

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

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

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

R = 50.58%
G = 34.24%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#825827 (or 0x825827) is known color: Hot Curry. HEX triplet: 82, 58 and 27. RGB value is (130,88,39). Sum of RGB (Red+Green+Blue) = 130+88+39=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #825827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825827 is #7DA7D8. Grayscale: #5F5F5F. Windows color (decimal): -8234969 or 2578562. OLE color: 2578562.

HSL color Cylindrical-coordinate representation of color #825827: hue angle of 32.31º 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 #825827 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 88 39 -
CMYK 0 0.32 0.70 0.49
HSL 32.31º 0.54% 0.33% -
HSV(B) 32.31º 0.7% 0.51% -
XYZ 13.06 11.87 3.52 -
YUV 94.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 130 88 39 0 0.32 0.70 0.49 32.31 0.54 0.33
Hex 82 58 27 0 20 46 31 20 36 21
Octal 202 130 47 0 40 106 61 40 66 41
Binary 10000010 1011000 100111 0 100000 1000110 110001 100000 110110 100001

Color Harmonies of #825827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825827

Black with #825827

Text Example


Text Example

White with #825827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825827; }

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

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

background-color css

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

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

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

border-color css

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

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

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