Html Css Color HEX #7D4D2C Korma

📋 copy color: '#7D4D2C'

red 125 ◦ green 77 ◦ blue 44

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

Shades of Korma #7D4D2C

Tints of Korma #7D4D2C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.3%

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 50.81%
G = 31.3%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7D4D2C (or 0x7D4D2C) is known color: Korma. HEX triplet: 7D, 4D and 2C. RGB value is (125,77,44). Sum of RGB (Red+Green+Blue) = 125+77+44=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4D2C is #82B2D3. Grayscale: #575757. Windows color (decimal): -8565460 or 2903421. OLE color: 2903421.

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

Color convert

RGB 125 77 44 -
CMYK 0 0.38 0.65 0.51
HSL 24.44º 0.48% 0.33% -
HSV(B) 24.44º 0.65% 0.49% -
XYZ 11.57 9.85 3.67 -
YUV 87.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 125 77 44 0 0.38 0.65 0.51 24.44 0.48 0.33
Hex 7D 4D 2C 0 26 41 33 18 30 21
Octal 175 115 54 0 46 101 63 30 60 41
Binary 1111101 1001101 101100 0 100110 1000001 110011 11000 110000 100001

Color Harmonies of #7D4D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4D2C

Black with #7D4D2C

Text Example


Text Example

White with #7D4D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,77,44); }

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

background-color css

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

 a { background-color: rgb(125,77,44); }

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

border-color css

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

 span { border-color: rgb(125,77,44); }

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