Html Css Color HEX #815B1A Hot Curry

📋 copy color: '#815B1A'

red 129 ◦ green 91 ◦ blue 26

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

Shades of Hot Curry #815B1A

Tints of Hot Curry #815B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 52.44%
G = 36.99%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#815B1A (or 0x815B1A) is known color: Hot Curry. HEX triplet: 81, 5B and 1A. RGB value is (129,91,26). Sum of RGB (Red+Green+Blue) = 129+91+26=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #815B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815B1A is #7EA4E5. Grayscale: #5F5F5F. Windows color (decimal): -8299750 or 1727361. OLE color: 1727361.

HSL color Cylindrical-coordinate representation of color #815B1A: hue angle of 37.86º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #815B1A is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 91 26 -
CMYK 0 0.29 0.80 0.49
HSL 37.86º 0.66% 0.3% -
HSV(B) 37.86º 0.8% 0.51% -
XYZ 12.98 12.22 2.65 -
YUV 94.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 129 91 26 0 0.29 0.80 0.49 37.86 0.66 0.3
Hex 81 5B 1A 0 1D 50 31 26 42 1E
Octal 201 133 32 0 35 120 61 46 102 36
Binary 10000001 1011011 11010 0 11101 1010000 110001 100110 1000010 11110

Color Harmonies of #815B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815B1A

Black with #815B1A

Text Example


Text Example

White with #815B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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