Html Css Color HEX #7E5122 Hot Curry

📋 copy color: '#7E5122'

red 126 ◦ green 81 ◦ blue 34

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

Shades of Hot Curry #7E5122

Tints of Hot Curry #7E5122

RGB

 RED value IS 126 (49.61% from 255) = 52.28%

 GREEN value IS 81 (32.03% from 255) = 33.61%

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

R = 52.28%
G = 33.61%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7E5122 (or 0x7E5122) is known color: Hot Curry. HEX triplet: 7E, 51 and 22. RGB value is (126,81,34). Sum of RGB (Red+Green+Blue) = 126+81+34=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5122 is #81AEDD. Grayscale: #595959. Windows color (decimal): -8498910 or 2249086. OLE color: 2249086.

HSL color Cylindrical-coordinate representation of color #7E5122: hue angle of 30.65º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E5122 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 81 34 -
CMYK 0 0.36 0.73 0.51
HSL 30.65º 0.58% 0.31% -
HSV(B) 30.65º 0.73% 0.49% -
XYZ 11.84 10.44 2.9 -
YUV 89.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 126 81 34 0 0.36 0.73 0.51 30.65 0.58 0.31
Hex 7E 51 22 0 24 49 33 1F 3A 1F
Octal 176 121 42 0 44 111 63 37 72 37
Binary 1111110 1010001 100010 0 100100 1001001 110011 11111 111010 11111

Color Harmonies of #7E5122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5122

Black with #7E5122

Text Example


Text Example

White with #7E5122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,81,34); }

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

background-color css

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

 a { background-color: rgb(126,81,34); }

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

border-color css

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

 span { border-color: rgb(126,81,34); }

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