Html Css Color HEX #7D591B Hot Curry

📋 copy color: '#7D591B'

red 125 ◦ green 89 ◦ blue 27

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

Shades of Hot Curry #7D591B

Tints of Hot Curry #7D591B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 51.87%
G = 36.93%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D591B (or 0x7D591B) is known color: Hot Curry. HEX triplet: 7D, 59 and 1B. RGB value is (125,89,27). Sum of RGB (Red+Green+Blue) = 125+89+27=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D591B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D591B is #82A6E4. Grayscale: #5C5C5C. Windows color (decimal): -8562405 or 1792381. OLE color: 1792381.

HSL color Cylindrical-coordinate representation of color #7D591B: hue angle of 37.96º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D591B is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 89 27 -
CMYK 0 0.29 0.78 0.51
HSL 37.96º 0.64% 0.3% -
HSV(B) 37.96º 0.78% 0.49% -
XYZ 12.23 11.58 2.63 -
YUV 92.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 125 89 27 0 0.29 0.78 0.51 37.96 0.64 0.3
Hex 7D 59 1B 0 1D 4E 33 26 40 1E
Octal 175 131 33 0 35 116 63 46 100 36
Binary 1111101 1011001 11011 0 11101 1001110 110011 100110 1000000 11110

Color Harmonies of #7D591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D591B

Black with #7D591B

Text Example


Text Example

White with #7D591B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,89,27); }

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

background-color css

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

 a { background-color: rgb(125,89,27); }

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

border-color css

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

 span { border-color: rgb(125,89,27); }

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