Html Css Color HEX #815F25 Hot Curry

📋 copy color: '#815F25'

red 129 ◦ green 95 ◦ blue 37

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

Shades of Hot Curry #815F25

Tints of Hot Curry #815F25

RGB

 RED value IS 129 (50.78% from 255) = 49.43%

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

 BLUE value IS 37 (14.84% from 255) = 14.18%

R = 49.43%
G = 36.4%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#815F25 (or 0x815F25) is known color: Hot Curry. HEX triplet: 81, 5F and 25. RGB value is (129,95,37). Sum of RGB (Red+Green+Blue) = 129+95+37=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #815F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815F25 is #7EA0DA. Grayscale: #626262. Windows color (decimal): -8298715 or 2449281. OLE color: 2449281.

HSL color Cylindrical-coordinate representation of color #815F25: hue angle of 37.83º 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 #815F25 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 95 37 -
CMYK 0 0.26 0.71 0.49
HSL 37.83º 0.55% 0.33% -
HSV(B) 37.83º 0.71% 0.51% -
XYZ 13.48 12.99 3.55 -
YUV 98.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 129 95 37 0 0.26 0.71 0.49 37.83 0.55 0.33
Hex 81 5F 25 0 1A 47 31 26 37 21
Octal 201 137 45 0 32 107 61 46 67 41
Binary 10000001 1011111 100101 0 11010 1000111 110001 100110 110111 100001

Color Harmonies of #815F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815F25

Black with #815F25

Text Example


Text Example

White with #815F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815F25; }

 p { color: rgb(129,95,37); }

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

background-color css

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

 a { background-color: rgb(129,95,37); }

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

border-color css

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

 span { border-color: rgb(129,95,37); }

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