Html Css Color HEX #825627 Hot Curry

📋 copy color: '#825627'

red 130 ◦ green 86 ◦ blue 39

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

Shades of Hot Curry #825627

Tints of Hot Curry #825627

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

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

R = 50.98%
G = 33.73%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#825627 (or 0x825627) is known color: Hot Curry. HEX triplet: 82, 56 and 27. RGB value is (130,86,39). Sum of RGB (Red+Green+Blue) = 130+86+39=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #825627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825627 is #7DA9D8. Grayscale: #5E5E5E. Windows color (decimal): -8235481 or 2578050. OLE color: 2578050.

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

Color convert

RGB 130 86 39 -
CMYK 0 0.34 0.70 0.49
HSL 30.99º 0.54% 0.33% -
HSV(B) 30.99º 0.7% 0.51% -
XYZ 12.9 11.55 3.47 -
YUV 93.8 97.08 153.82 -
System Red Green Blue C M Y K H S L
Decimal 130 86 39 0 0.34 0.70 0.49 30.99 0.54 0.33
Hex 82 56 27 0 22 46 31 1F 36 21
Octal 202 126 47 0 42 106 61 37 66 41
Binary 10000010 1010110 100111 0 100010 1000110 110001 11111 110110 100001

Color Harmonies of #825627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825627

Black with #825627

Text Example


Text Example

White with #825627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825627; }

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

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

background-color css

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

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

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

border-color css

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

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

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