Html Css Color HEX #7D5A16 Hot Curry

📋 copy color: '#7D5A16'

red 125 ◦ green 90 ◦ blue 22

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

Shades of Hot Curry #7D5A16

Tints of Hot Curry #7D5A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.97%

 BLUE value IS 22 (8.98% from 255) = 9.28%

R = 52.74%
G = 37.97%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7D5A16 (or 0x7D5A16) is known color: Hot Curry. HEX triplet: 7D, 5A and 16. RGB value is (125,90,22). Sum of RGB (Red+Green+Blue) = 125+90+22=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5A16 is #82A5E9. Grayscale: #5D5D5D. Windows color (decimal): -8562154 or 1464957. OLE color: 1464957.

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

Color convert

RGB 125 90 22 -
CMYK 0 0.28 0.82 0.51
HSL 39.61º 0.7% 0.29% -
HSV(B) 39.61º 0.82% 0.49% -
XYZ 12.26 11.73 2.38 -
YUV 92.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 125 90 22 0 0.28 0.82 0.51 39.61 0.7 0.29
Hex 7D 5A 16 0 1C 52 33 28 46 1D
Octal 175 132 26 0 34 122 63 50 106 35
Binary 1111101 1011010 10110 0 11100 1010010 110011 101000 1000110 11101

Color Harmonies of #7D5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5A16

Black with #7D5A16

Text Example


Text Example

White with #7D5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,90,22); }

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

background-color css

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

 a { background-color: rgb(125,90,22); }

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

border-color css

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

 span { border-color: rgb(125,90,22); }

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