Html Css Color HEX #7F5D1A Hot Curry

📋 copy color: '#7F5D1A'

red 127 ◦ green 93 ◦ blue 26

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

Shades of Hot Curry #7F5D1A

Tints of Hot Curry #7F5D1A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.8%

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

R = 51.63%
G = 37.8%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F5D1A (or 0x7F5D1A) is known color: Hot Curry. HEX triplet: 7F, 5D and 1A. RGB value is (127,93,26). Sum of RGB (Red+Green+Blue) = 127+93+26=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5D1A is #80A2E5. Grayscale: #5F5F5F. Windows color (decimal): -8430310 or 1727871. OLE color: 1727871.

HSL color Cylindrical-coordinate representation of color #7F5D1A: hue angle of 39.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F5D1A is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 93 26 -
CMYK 0 0.27 0.80 0.50
HSL 39.8º 0.66% 0.3% -
HSV(B) 39.8º 0.8% 0.5% -
XYZ 12.85 12.42 2.7 -
YUV 95.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 127 93 26 0 0.27 0.80 0.50 39.8 0.66 0.3
Hex 7F 5D 1A 0 1B 50 32 28 42 1E
Octal 177 135 32 0 33 120 62 50 102 36
Binary 1111111 1011101 11010 0 11011 1010000 110010 101000 1000010 11110

Color Harmonies of #7F5D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5D1A

Black with #7F5D1A

Text Example


Text Example

White with #7F5D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,93,26); }

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

background-color css

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

 a { background-color: rgb(127,93,26); }

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

border-color css

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

 span { border-color: rgb(127,93,26); }

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