Html Css Color HEX #7D5528 Hot Curry

📋 copy color: '#7D5528'

red 125 ◦ green 85 ◦ blue 40

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

Shades of Hot Curry #7D5528

Tints of Hot Curry #7D5528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

 BLUE value IS 40 (16.02% from 255) = 16%

R = 50%
G = 34%
B = 16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D5528 (or 0x7D5528) is known color: Hot Curry. HEX triplet: 7D, 55 and 28. RGB value is (125,85,40). Sum of RGB (Red+Green+Blue) = 125+85+40=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5528 is #82AAD7. Grayscale: #5C5C5C. Windows color (decimal): -8563416 or 2643325. OLE color: 2643325.

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

Color convert

RGB 125 85 40 -
CMYK 0 0.32 0.68 0.51
HSL 31.76º 0.52% 0.32% -
HSV(B) 31.76º 0.68% 0.49% -
XYZ 12.09 11.01 3.5 -
YUV 91.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 125 85 40 0 0.32 0.68 0.51 31.76 0.52 0.32
Hex 7D 55 28 0 20 44 33 20 34 20
Octal 175 125 50 0 40 104 63 40 64 40
Binary 1111101 1010101 101000 0 100000 1000100 110011 100000 110100 100000

Color Harmonies of #7D5528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5528

Black with #7D5528

Text Example


Text Example

White with #7D5528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,85,40); }

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

background-color css

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

 a { background-color: rgb(125,85,40); }

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

border-color css

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

 span { border-color: rgb(125,85,40); }

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