Html Css Color HEX #7D542F Korma

📋 copy color: '#7D542F'

red 125 ◦ green 84 ◦ blue 47

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

Shades of Korma #7D542F

Tints of Korma #7D542F

RGB

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

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

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

R = 48.83%
G = 32.81%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D542F (or 0x7D542F) is known color: Korma. HEX triplet: 7D, 54 and 2F. RGB value is (125,84,47). Sum of RGB (Red+Green+Blue) = 125+84+47=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D542F is #82ABD0. Grayscale: #5C5C5C. Windows color (decimal): -8563665 or 3101821. OLE color: 3101821.

HSL color Cylindrical-coordinate representation of color #7D542F: hue angle of 28.46º 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 #7D542F is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 84 47 -
CMYK 0 0.33 0.62 0.51
HSL 28.46º 0.45% 0.34% -
HSV(B) 28.46º 0.62% 0.49% -
XYZ 12.14 10.91 4.15 -
YUV 92.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 125 84 47 0 0.33 0.62 0.51 28.46 0.45 0.34
Hex 7D 54 2F 0 21 3E 33 1C 2D 22
Octal 175 124 57 0 41 76 63 34 55 42
Binary 1111101 1010100 101111 0 100001 111110 110011 11100 101101 100010

Color Harmonies of #7D542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D542F

Black with #7D542F

Text Example


Text Example

White with #7D542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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