Html Css Color HEX #816327 Hot Curry

📋 copy color: '#816327'

red 129 ◦ green 99 ◦ blue 39

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

Shades of Hot Curry #816327

Tints of Hot Curry #816327

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

 BLUE value IS 39 (15.63% from 255) = 14.61%

R = 48.31%
G = 37.08%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#816327 (or 0x816327) is known color: Hot Curry. HEX triplet: 81, 63 and 27. RGB value is (129,99,39). Sum of RGB (Red+Green+Blue) = 129+99+39=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #816327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816327 is #7E9CD8. Grayscale: #656565. Windows color (decimal): -8297689 or 2581377. OLE color: 2581377.

HSL color Cylindrical-coordinate representation of color #816327: hue angle of 40º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #816327 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 99 39 -
CMYK 0 0.23 0.70 0.49
HSL 40º 0.54% 0.33% -
HSV(B) 40º 0.7% 0.51% -
XYZ 13.88 13.74 3.84 -
YUV 101.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 129 99 39 0 0.23 0.70 0.49 40 0.54 0.33
Hex 81 63 27 0 17 46 31 28 36 21
Octal 201 143 47 0 27 106 61 50 66 41
Binary 10000001 1100011 100111 0 10111 1000110 110001 101000 110110 100001

Color Harmonies of #816327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816327

Black with #816327

Text Example


Text Example

White with #816327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816327; }

 p { color: rgb(129,99,39); }

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

background-color css

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

 a { background-color: rgb(129,99,39); }

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

border-color css

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

 span { border-color: rgb(129,99,39); }

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