Html Css Color HEX #7D5127 Korma

📋 copy color: '#7D5127'

red 125 ◦ green 81 ◦ blue 39

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

Shades of Korma #7D5127

Tints of Korma #7D5127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.06%

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 51.02%
G = 33.06%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7D5127 (or 0x7D5127) is known color: Korma. HEX triplet: 7D, 51 and 27. RGB value is (125,81,39). Sum of RGB (Red+Green+Blue) = 125+81+39=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5127 is #82AED8. Grayscale: #595959. Windows color (decimal): -8564441 or 2576765. OLE color: 2576765.

HSL color Cylindrical-coordinate representation of color #7D5127: hue angle of 29.3º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D5127 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 81 39 -
CMYK 0 0.35 0.69 0.51
HSL 29.3º 0.52% 0.32% -
HSV(B) 29.3º 0.69% 0.49% -
XYZ 11.77 10.39 3.31 -
YUV 89.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 125 81 39 0 0.35 0.69 0.51 29.3 0.52 0.32
Hex 7D 51 27 0 23 45 33 1D 34 20
Octal 175 121 47 0 43 105 63 35 64 40
Binary 1111101 1010001 100111 0 100011 1000101 110011 11101 110100 100000

Color Harmonies of #7D5127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5127

Black with #7D5127

Text Example


Text Example

White with #7D5127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,81,39); }

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

background-color css

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

 a { background-color: rgb(125,81,39); }

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

border-color css

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

 span { border-color: rgb(125,81,39); }

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