Html Css Color HEX #7E6232 Hot Curry

📋 copy color: '#7E6232'

red 126 ◦ green 98 ◦ blue 50

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

Shades of Hot Curry #7E6232

Tints of Hot Curry #7E6232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 45.99%
G = 35.77%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7E6232 (or 0x7E6232) is known color: Hot Curry. HEX triplet: 7E, 62 and 32. RGB value is (126,98,50). Sum of RGB (Red+Green+Blue) = 126+98+50=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6232 is #819DCD. Grayscale: #656565. Windows color (decimal): -8494542 or 3302014. OLE color: 3302014.

HSL color Cylindrical-coordinate representation of color #7E6232: hue angle of 37.89º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E6232 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 98 50 -
CMYK 0 0.22 0.60 0.51
HSL 37.89º 0.43% 0.35% -
HSV(B) 37.89º 0.6% 0.49% -
XYZ 13.55 13.4 4.89 -
YUV 100.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 126 98 50 0 0.22 0.60 0.51 37.89 0.43 0.35
Hex 7E 62 32 0 16 3C 33 26 2B 23
Octal 176 142 62 0 26 74 63 46 53 43
Binary 1111110 1100010 110010 0 10110 111100 110011 100110 101011 100011

Color Harmonies of #7E6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6232

Black with #7E6232

Text Example


Text Example

White with #7E6232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,98,50); }

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

background-color css

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

 a { background-color: rgb(126,98,50); }

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

border-color css

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

 span { border-color: rgb(126,98,50); }

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