Html Css Color HEX #815D1D Hot Curry

📋 copy color: '#815D1D'

red 129 ◦ green 93 ◦ blue 29

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

Shades of Hot Curry #815D1D

Tints of Hot Curry #815D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.05%

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 51.39%
G = 37.05%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#815D1D (or 0x815D1D) is known color: Hot Curry. HEX triplet: 81, 5D and 1D. RGB value is (129,93,29). Sum of RGB (Red+Green+Blue) = 129+93+29=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #815D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815D1D is #7EA2E2. Grayscale: #606060. Windows color (decimal): -8299235 or 1924481. OLE color: 1924481.

HSL color Cylindrical-coordinate representation of color #815D1D: hue angle of 38.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #815D1D is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 93 29 -
CMYK 0 0.28 0.78 0.49
HSL 38.4º 0.63% 0.31% -
HSV(B) 38.4º 0.78% 0.51% -
XYZ 13.19 12.58 2.9 -
YUV 96.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 129 93 29 0 0.28 0.78 0.49 38.4 0.63 0.31
Hex 81 5D 1D 0 1C 4E 31 26 3F 1F
Octal 201 135 35 0 34 116 61 46 77 37
Binary 10000001 1011101 11101 0 11100 1001110 110001 100110 111111 11111

Color Harmonies of #815D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815D1D

Black with #815D1D

Text Example


Text Example

White with #815D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,93,29); }

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

background-color css

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

 a { background-color: rgb(129,93,29); }

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

border-color css

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

 span { border-color: rgb(129,93,29); }

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