Html Css Color HEX #7D5723 Hot Curry

📋 copy color: '#7D5723'

red 125 ◦ green 87 ◦ blue 35

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

Shades of Hot Curry #7D5723

Tints of Hot Curry #7D5723

RGB

 RED value IS 125 (49.22% from 255) = 50.61%

 GREEN value IS 87 (34.38% from 255) = 35.22%

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

R = 50.61%
G = 35.22%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7D5723 (or 0x7D5723) is known color: Hot Curry. HEX triplet: 7D, 57 and 23. RGB value is (125,87,35). Sum of RGB (Red+Green+Blue) = 125+87+35=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5723 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5723 is #82A8DC. Grayscale: #5C5C5C. Windows color (decimal): -8562909 or 2316157. OLE color: 2316157.

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

Color convert

RGB 125 87 35 -
CMYK 0 0.30 0.72 0.51
HSL 34.67º 0.56% 0.31% -
HSV(B) 34.67º 0.72% 0.49% -
XYZ 12.17 11.3 3.13 -
YUV 92.43 95.59 151.23 -
System Red Green Blue C M Y K H S L
Decimal 125 87 35 0 0.30 0.72 0.51 34.67 0.56 0.31
Hex 7D 57 23 0 1E 48 33 23 38 1F
Octal 175 127 43 0 36 110 63 43 70 37
Binary 1111101 1010111 100011 0 11110 1001000 110011 100011 111000 11111

Color Harmonies of #7D5723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5723

Black with #7D5723

Text Example


Text Example

White with #7D5723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,87,35); }

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

background-color css

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

 a { background-color: rgb(125,87,35); }

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

border-color css

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

 span { border-color: rgb(125,87,35); }

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