Html Css Color HEX #815325 Hot Curry

📋 copy color: '#815325'

red 129 ◦ green 83 ◦ blue 37

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

Shades of Hot Curry #815325

Tints of Hot Curry #815325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

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

R = 51.81%
G = 33.33%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#815325 (or 0x815325) is known color: Hot Curry. HEX triplet: 81, 53 and 25. RGB value is (129,83,37). Sum of RGB (Red+Green+Blue) = 129+83+37=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #815325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815325 is #7EACDA. Grayscale: #5B5B5B. Windows color (decimal): -8301787 or 2446209. OLE color: 2446209.

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

Color convert

RGB 129 83 37 -
CMYK 0 0.36 0.71 0.49
HSL 30º 0.55% 0.33% -
HSV(B) 30º 0.71% 0.51% -
XYZ 12.48 10.99 3.21 -
YUV 91.51 97.24 154.74 -
System Red Green Blue C M Y K H S L
Decimal 129 83 37 0 0.36 0.71 0.49 30 0.55 0.33
Hex 81 53 25 0 24 47 31 1E 37 21
Octal 201 123 45 0 44 107 61 36 67 41
Binary 10000001 1010011 100101 0 100100 1000111 110001 11110 110111 100001

Color Harmonies of #815325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815325

Black with #815325

Text Example


Text Example

White with #815325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815325; }

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

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

background-color css

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

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

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

border-color css

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

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

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