Html Css Color HEX #7F5918 Hot Curry

📋 copy color: '#7F5918'

red 127 ◦ green 89 ◦ blue 24

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

Shades of Hot Curry #7F5918

Tints of Hot Curry #7F5918

RGB

 RED value IS 127 (50% from 255) = 52.92%

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

 BLUE value IS 24 (9.77% from 255) = 10%

R = 52.92%
G = 37.08%
B = 10%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#7F5918 (or 0x7F5918) is known color: Hot Curry. HEX triplet: 7F, 59 and 18. RGB value is (127,89,24). Sum of RGB (Red+Green+Blue) = 127+89+24=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5918 is #80A6E7. Grayscale: #5D5D5D. Windows color (decimal): -8431336 or 1595775. OLE color: 1595775.

HSL color Cylindrical-coordinate representation of color #7F5918: hue angle of 37.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F5918 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 89 24 -
CMYK 0 0.30 0.81 0.50
HSL 37.86º 0.68% 0.3% -
HSV(B) 37.86º 0.81% 0.5% -
XYZ 12.49 11.72 2.47 -
YUV 92.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 127 89 24 0 0.30 0.81 0.50 37.86 0.68 0.3
Hex 7F 59 18 0 1E 51 32 26 44 1E
Octal 177 131 30 0 36 121 62 46 104 36
Binary 1111111 1011001 11000 0 11110 1010001 110010 100110 1000100 11110

Color Harmonies of #7F5918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5918

Black with #7F5918

Text Example


Text Example

White with #7F5918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5918; }

 p { color: rgb(127,89,24); }

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

background-color css

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

 a { background-color: rgb(127,89,24); }

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

border-color css

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

 span { border-color: rgb(127,89,24); }

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