Html Css Color HEX #7D5430 Korma

📋 copy color: '#7D5430'

red 125 ◦ green 84 ◦ blue 48

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

Shades of Korma #7D5430

Tints of Korma #7D5430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 48.64%
G = 32.68%
B = 18.68%

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

#7D5430 (or 0x7D5430) is known color: Korma. HEX triplet: 7D, 54 and 30. RGB value is (125,84,48). Sum of RGB (Red+Green+Blue) = 125+84+48=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5430 is #82ABCF. Grayscale: #5C5C5C. Windows color (decimal): -8563664 or 3167357. OLE color: 3167357.

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

Color convert

RGB 125 84 48 -
CMYK 0 0.33 0.62 0.51
HSL 28.05º 0.45% 0.34% -
HSV(B) 28.05º 0.62% 0.49% -
XYZ 12.16 10.91 4.26 -
YUV 92.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 125 84 48 0 0.33 0.62 0.51 28.05 0.45 0.34
Hex 7D 54 30 0 21 3E 33 1C 2D 22
Octal 175 124 60 0 41 76 63 34 55 42
Binary 1111101 1010100 110000 0 100001 111110 110011 11100 101101 100010

Color Harmonies of #7D5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5430

Black with #7D5430

Text Example


Text Example

White with #7D5430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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