Html Css Color HEX #76581C Hot Curry

📋 copy color: '#76581C'

red 118 ◦ green 88 ◦ blue 28

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

Shades of Hot Curry #76581C

Tints of Hot Curry #76581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.61%

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 50.43%
G = 37.61%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76581C (or 0x76581C) is known color: Hot Curry. HEX triplet: 76, 58 and 1C. RGB value is (118,88,28). Sum of RGB (Red+Green+Blue) = 118+88+28=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76581C is #89A7E3. Grayscale: #5A5A5A. Windows color (decimal): -9021412 or 1857654. OLE color: 1857654.

HSL color Cylindrical-coordinate representation of color #76581C: hue angle of 40º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76581C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 88 28 -
CMYK 0 0.25 0.76 0.54
HSL 40º 0.62% 0.29% -
HSV(B) 40º 0.76% 0.46% -
XYZ 11.17 10.91 2.62 -
YUV 90.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 118 88 28 0 0.25 0.76 0.54 40 0.62 0.29
Hex 76 58 1C 0 19 4C 36 28 3E 1D
Octal 166 130 34 0 31 114 66 50 76 35
Binary 1110110 1011000 11100 0 11001 1001100 110110 101000 111110 11101

Color Harmonies of #76581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76581C

Black with #76581C

Text Example


Text Example

White with #76581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76581C; }

 p { color: rgb(118,88,28); }

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

background-color css

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

 a { background-color: rgb(118,88,28); }

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

border-color css

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

 span { border-color: rgb(118,88,28); }

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