Html Css Color HEX #7D562F Hot Curry

📋 copy color: '#7D562F'

red 125 ◦ green 86 ◦ blue 47

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

Shades of Hot Curry #7D562F

Tints of Hot Curry #7D562F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.33%

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 48.45%
G = 33.33%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D562F (or 0x7D562F) is known color: Hot Curry. HEX triplet: 7D, 56 and 2F. RGB value is (125,86,47). Sum of RGB (Red+Green+Blue) = 125+86+47=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D562F is #82A9D0. Grayscale: #5D5D5D. Windows color (decimal): -8563153 or 3102333. OLE color: 3102333.

HSL color Cylindrical-coordinate representation of color #7D562F: hue angle of 30º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D562F is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 86 47 -
CMYK 0 0.31 0.62 0.51
HSL 30º 0.45% 0.34% -
HSV(B) 30º 0.62% 0.49% -
XYZ 12.3 11.22 4.21 -
YUV 93.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 125 86 47 0 0.31 0.62 0.51 30 0.45 0.34
Hex 7D 56 2F 0 1F 3E 33 1E 2D 22
Octal 175 126 57 0 37 76 63 36 55 42
Binary 1111101 1010110 101111 0 11111 111110 110011 11110 101101 100010

Color Harmonies of #7D562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D562F

Black with #7D562F

Text Example


Text Example

White with #7D562F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,86,47); }

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

background-color css

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

 a { background-color: rgb(125,86,47); }

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

border-color css

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

 span { border-color: rgb(125,86,47); }

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