Html Css Color HEX #825F27 Hot Curry

📋 copy color: '#825F27'

red 130 ◦ green 95 ◦ blue 39

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

Shades of Hot Curry #825F27

Tints of Hot Curry #825F27

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.98%

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

R = 49.24%
G = 35.98%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#825F27 (or 0x825F27) is known color: Hot Curry. HEX triplet: 82, 5F and 27. RGB value is (130,95,39). Sum of RGB (Red+Green+Blue) = 130+95+39=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #825F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F27 is #7DA0D8. Grayscale: #636363. Windows color (decimal): -8233177 or 2580354. OLE color: 2580354.

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

Color convert

RGB 130 95 39 -
CMYK 0 0.27 0.70 0.49
HSL 36.92º 0.54% 0.33% -
HSV(B) 36.92º 0.7% 0.51% -
XYZ 13.66 13.08 3.72 -
YUV 99.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 130 95 39 0 0.27 0.70 0.49 36.92 0.54 0.33
Hex 82 5F 27 0 1B 46 31 25 36 21
Octal 202 137 47 0 33 106 61 45 66 41
Binary 10000010 1011111 100111 0 11011 1000110 110001 100101 110110 100001

Color Harmonies of #825F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F27

Black with #825F27

Text Example


Text Example

White with #825F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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