Html Css Color HEX #815B25 Hot Curry

📋 copy color: '#815B25'

red 129 ◦ green 91 ◦ blue 37

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

Shades of Hot Curry #815B25

Tints of Hot Curry #815B25

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.41%

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

R = 50.19%
G = 35.41%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#815B25 (or 0x815B25) is known color: Hot Curry. HEX triplet: 81, 5B and 25. RGB value is (129,91,37). Sum of RGB (Red+Green+Blue) = 129+91+37=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #815B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815B25 is #7EA4DA. Grayscale: #606060. Windows color (decimal): -8299739 or 2448257. OLE color: 2448257.

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

Color convert

RGB 129 91 37 -
CMYK 0 0.29 0.71 0.49
HSL 35.22º 0.55% 0.33% -
HSV(B) 35.22º 0.71% 0.51% -
XYZ 13.13 12.28 3.43 -
YUV 96.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 129 91 37 0 0.29 0.71 0.49 35.22 0.55 0.33
Hex 81 5B 25 0 1D 47 31 23 37 21
Octal 201 133 45 0 35 107 61 43 67 41
Binary 10000001 1011011 100101 0 11101 1000111 110001 100011 110111 100001

Color Harmonies of #815B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815B25

Black with #815B25

Text Example


Text Example

White with #815B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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