Html Css Color HEX #7D5E23 Hot Curry

📋 copy color: '#7D5E23'

red 125 ◦ green 94 ◦ blue 35

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

Shades of Hot Curry #7D5E23

Tints of Hot Curry #7D5E23

RGB

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

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

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

R = 49.21%
G = 37.01%
B = 13.78%

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

#7D5E23 (or 0x7D5E23) is known color: Hot Curry. HEX triplet: 7D, 5E and 23. RGB value is (125,94,35). Sum of RGB (Red+Green+Blue) = 125+94+35=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5E23 is #82A1DC. Grayscale: #606060. Windows color (decimal): -8561117 or 2317949. OLE color: 2317949.

HSL color Cylindrical-coordinate representation of color #7D5E23: hue angle of 39.33º 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 #7D5E23 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 94 35 -
CMYK 0 0.25 0.72 0.51
HSL 39.33º 0.56% 0.31% -
HSV(B) 39.33º 0.72% 0.49% -
XYZ 12.76 12.49 3.33 -
YUV 96.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 125 94 35 0 0.25 0.72 0.51 39.33 0.56 0.31
Hex 7D 5E 23 0 19 48 33 27 38 1F
Octal 175 136 43 0 31 110 63 47 70 37
Binary 1111101 1011110 100011 0 11001 1001000 110011 100111 111000 11111

Color Harmonies of #7D5E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5E23

Black with #7D5E23

Text Example


Text Example

White with #7D5E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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