Html Css Color HEX #7D541A Hot Curry

📋 copy color: '#7D541A'

red 125 ◦ green 84 ◦ blue 26

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

Shades of Hot Curry #7D541A

Tints of Hot Curry #7D541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

 BLUE value IS 26 (10.55% from 255) = 11.06%

R = 53.19%
G = 35.74%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7D541A (or 0x7D541A) is known color: Hot Curry. HEX triplet: 7D, 54 and 1A. RGB value is (125,84,26). Sum of RGB (Red+Green+Blue) = 125+84+26=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D541A is #82ABE5. Grayscale: #595959. Windows color (decimal): -8563686 or 1725565. OLE color: 1725565.

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

Color convert

RGB 125 84 26 -
CMYK 0 0.33 0.79 0.51
HSL 35.15º 0.66% 0.3% -
HSV(B) 35.15º 0.79% 0.49% -
XYZ 11.81 10.78 2.43 -
YUV 89.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 125 84 26 0 0.33 0.79 0.51 35.15 0.66 0.3
Hex 7D 54 1A 0 21 4F 33 23 42 1E
Octal 175 124 32 0 41 117 63 43 102 36
Binary 1111101 1010100 11010 0 100001 1001111 110011 100011 1000010 11110

Color Harmonies of #7D541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D541A

Black with #7D541A

Text Example


Text Example

White with #7D541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,84,26); }

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

background-color css

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

 a { background-color: rgb(125,84,26); }

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

border-color css

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

 span { border-color: rgb(125,84,26); }

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