Html Css Color HEX #76591B Hot Curry

📋 copy color: '#76591B'

red 118 ◦ green 89 ◦ blue 27

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

Shades of Hot Curry #76591B

Tints of Hot Curry #76591B

RGB

 RED value IS 118 (46.48% from 255) = 50.43%

 GREEN value IS 89 (35.16% from 255) = 38.03%

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 50.43%
G = 38.03%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76591B (or 0x76591B) is known color: Hot Curry. HEX triplet: 76, 59 and 1B. RGB value is (118,89,27). Sum of RGB (Red+Green+Blue) = 118+89+27=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76591B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76591B is #89A6E4. Grayscale: #5A5A5A. Windows color (decimal): -9021157 or 1792374. OLE color: 1792374.

HSL color Cylindrical-coordinate representation of color #76591B: hue angle of 40.88º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76591B is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 89 27 -
CMYK 0 0.25 0.77 0.54
HSL 40.88º 0.63% 0.28% -
HSV(B) 40.88º 0.77% 0.46% -
XYZ 11.24 11.08 2.58 -
YUV 90.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 118 89 27 0 0.25 0.77 0.54 40.88 0.63 0.28
Hex 76 59 1B 0 19 4D 36 29 3F 1C
Octal 166 131 33 0 31 115 66 51 77 34
Binary 1110110 1011001 11011 0 11001 1001101 110110 101001 111111 11100

Color Harmonies of #76591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76591B

Black with #76591B

Text Example


Text Example

White with #76591B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76591B; }

 p { color: rgb(118,89,27); }

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

background-color css

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

 a { background-color: rgb(118,89,27); }

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

border-color css

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

 span { border-color: rgb(118,89,27); }

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