Html Css Color HEX #7E5325 Hot Curry

📋 copy color: '#7E5325'

red 126 ◦ green 83 ◦ blue 37

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

Shades of Hot Curry #7E5325

Tints of Hot Curry #7E5325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 51.22%
G = 33.74%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7E5325 (or 0x7E5325) is known color: Hot Curry. HEX triplet: 7E, 53 and 25. RGB value is (126,83,37). Sum of RGB (Red+Green+Blue) = 126+83+37=246 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.22% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5325 is #81ACDA. Grayscale: #5A5A5A. Windows color (decimal): -8498395 or 2446206. OLE color: 2446206.

HSL color Cylindrical-coordinate representation of color #7E5325: hue angle of 31.01º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E5325 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 83 37 -
CMYK 0 0.34 0.71 0.51
HSL 31.01º 0.55% 0.32% -
HSV(B) 31.01º 0.71% 0.49% -
XYZ 12.03 10.76 3.19 -
YUV 90.61 97.75 153.24 -
System Red Green Blue C M Y K H S L
Decimal 126 83 37 0 0.34 0.71 0.51 31.01 0.55 0.32
Hex 7E 53 25 0 22 47 33 1F 37 20
Octal 176 123 45 0 42 107 63 37 67 40
Binary 1111110 1010011 100101 0 100010 1000111 110011 11111 110111 100000

Color Harmonies of #7E5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5325

Black with #7E5325

Text Example


Text Example

White with #7E5325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,83,37); }

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

background-color css

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

 a { background-color: rgb(126,83,37); }

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

border-color css

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

 span { border-color: rgb(126,83,37); }

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