Html Css Color HEX #7F5622 Hot Curry

📋 copy color: '#7F5622'

red 127 ◦ green 86 ◦ blue 34

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

Shades of Hot Curry #7F5622

Tints of Hot Curry #7F5622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.82%

 BLUE value IS 34 (13.67% from 255) = 13.77%

R = 51.42%
G = 34.82%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#7F5622 (or 0x7F5622) is known color: Hot Curry. HEX triplet: 7F, 56 and 22. RGB value is (127,86,34). Sum of RGB (Red+Green+Blue) = 127+86+34=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5622 is #80A9DD. Grayscale: #5C5C5C. Windows color (decimal): -8432094 or 2250367. OLE color: 2250367.

HSL color Cylindrical-coordinate representation of color #7F5622: hue angle of 33.55º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F5622 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 86 34 -
CMYK 0 0.32 0.73 0.50
HSL 33.55º 0.58% 0.32% -
HSV(B) 33.55º 0.73% 0.5% -
XYZ 12.37 11.28 3.04 -
YUV 92.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 127 86 34 0 0.32 0.73 0.50 33.55 0.58 0.32
Hex 7F 56 22 0 20 49 32 22 3A 20
Octal 177 126 42 0 40 111 62 42 72 40
Binary 1111111 1010110 100010 0 100000 1001001 110010 100010 111010 100000

Color Harmonies of #7F5622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5622

Black with #7F5622

Text Example


Text Example

White with #7F5622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,86,34); }

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

background-color css

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

 a { background-color: rgb(127,86,34); }

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

border-color css

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

 span { border-color: rgb(127,86,34); }

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