Html Css Color HEX #7E5B28 Hot Curry

📋 copy color: '#7E5B28'

red 126 ◦ green 91 ◦ blue 40

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

Shades of Hot Curry #7E5B28

Tints of Hot Curry #7E5B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.41%

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 49.03%
G = 35.41%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7E5B28 (or 0x7E5B28) is known color: Hot Curry. HEX triplet: 7E, 5B and 28. RGB value is (126,91,40). Sum of RGB (Red+Green+Blue) = 126+91+40=257 (34% of max value = 765). Red value is 126 (49.61% from 255 or 49.03% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5B28 is #81A4D7. Grayscale: #5F5F5F. Windows color (decimal): -8496344 or 2644862. OLE color: 2644862.

HSL color Cylindrical-coordinate representation of color #7E5B28: hue angle of 35.58º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E5B28 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 91 40 -
CMYK 0 0.28 0.68 0.51
HSL 35.58º 0.52% 0.33% -
HSV(B) 35.58º 0.68% 0.49% -
XYZ 12.73 12.07 3.67 -
YUV 95.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 126 91 40 0 0.28 0.68 0.51 35.58 0.52 0.33
Hex 7E 5B 28 0 1C 44 33 24 34 21
Octal 176 133 50 0 34 104 63 44 64 41
Binary 1111110 1011011 101000 0 11100 1000100 110011 100100 110100 100001

Color Harmonies of #7E5B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5B28

Black with #7E5B28

Text Example


Text Example

White with #7E5B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,91,40); }

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

background-color css

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

 a { background-color: rgb(126,91,40); }

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

border-color css

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

 span { border-color: rgb(126,91,40); }

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