Html Css Color HEX #815730 Hot Curry

📋 copy color: '#815730'

red 129 ◦ green 87 ◦ blue 48

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

Shades of Hot Curry #815730

Tints of Hot Curry #815730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.95%

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 48.86%
G = 32.95%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#815730 (or 0x815730) is known color: Hot Curry. HEX triplet: 81, 57 and 30. RGB value is (129,87,48). Sum of RGB (Red+Green+Blue) = 129+87+48=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #815730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815730 is #7EA8CF. Grayscale: #5F5F5F. Windows color (decimal): -8300752 or 3168129. OLE color: 3168129.

HSL color Cylindrical-coordinate representation of color #815730: hue angle of 28.89º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #815730 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 87 48 -
CMYK 0 0.33 0.63 0.49
HSL 28.89º 0.46% 0.35% -
HSV(B) 28.89º 0.63% 0.51% -
XYZ 12.99 11.7 4.37 -
YUV 95.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 129 87 48 0 0.33 0.63 0.49 28.89 0.46 0.35
Hex 81 57 30 0 21 3F 31 1D 2E 23
Octal 201 127 60 0 41 77 61 35 56 43
Binary 10000001 1010111 110000 0 100001 111111 110001 11101 101110 100011

Color Harmonies of #815730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815730

Black with #815730

Text Example


Text Example

White with #815730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815730; }

 p { color: rgb(129,87,48); }

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

background-color css

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

 a { background-color: rgb(129,87,48); }

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

border-color css

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

 span { border-color: rgb(129,87,48); }

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