Html Css Color HEX #7E5E23 Hot Curry

📋 copy color: '#7E5E23'

red 126 ◦ green 94 ◦ blue 35

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

Shades of Hot Curry #7E5E23

Tints of Hot Curry #7E5E23

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.86%

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 49.41%
G = 36.86%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7E5E23 (or 0x7E5E23) is known color: Hot Curry. HEX triplet: 7E, 5E and 23. RGB value is (126,94,35). Sum of RGB (Red+Green+Blue) = 126+94+35=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5E23 is #81A1DC. Grayscale: #616161. Windows color (decimal): -8495581 or 2317950. OLE color: 2317950.

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

Color convert

RGB 126 94 35 -
CMYK 0 0.25 0.72 0.51
HSL 38.9º 0.57% 0.32% -
HSV(B) 38.9º 0.72% 0.49% -
XYZ 12.91 12.56 3.33 -
YUV 96.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 126 94 35 0 0.25 0.72 0.51 38.9 0.57 0.32
Hex 7E 5E 23 0 19 48 33 27 39 20
Octal 176 136 43 0 31 110 63 47 71 40
Binary 1111110 1011110 100011 0 11001 1001000 110011 100111 111001 100000

Color Harmonies of #7E5E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5E23

Black with #7E5E23

Text Example


Text Example

White with #7E5E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,94,35); }

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

background-color css

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

 a { background-color: rgb(126,94,35); }

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

border-color css

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

 span { border-color: rgb(126,94,35); }

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