Html Css Color HEX #7D4728 Korma

📋 copy color: '#7D4728'

red 125 ◦ green 71 ◦ blue 40

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

Shades of Korma #7D4728

Tints of Korma #7D4728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.08%

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 52.97%
G = 30.08%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D4728 (or 0x7D4728) is known color: Korma. HEX triplet: 7D, 47 and 28. RGB value is (125,71,40). Sum of RGB (Red+Green+Blue) = 125+71+40=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4728 is #82B8D7. Grayscale: #535353. Windows color (decimal): -8567000 or 2639741. OLE color: 2639741.

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

Color convert

RGB 125 71 40 -
CMYK 0 0.43 0.68 0.51
HSL 21.88º 0.52% 0.32% -
HSV(B) 21.88º 0.68% 0.49% -
XYZ 11.09 9.02 3.16 -
YUV 83.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 125 71 40 0 0.43 0.68 0.51 21.88 0.52 0.32
Hex 7D 47 28 0 2B 44 33 16 34 20
Octal 175 107 50 0 53 104 63 26 64 40
Binary 1111101 1000111 101000 0 101011 1000100 110011 10110 110100 100000

Color Harmonies of #7D4728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4728

Black with #7D4728

Text Example


Text Example

White with #7D4728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,71,40); }

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

background-color css

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

 a { background-color: rgb(125,71,40); }

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

border-color css

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

 span { border-color: rgb(125,71,40); }

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