Html Css Color HEX #7D4828 Korma

📋 copy color: '#7D4828'

red 125 ◦ green 72 ◦ blue 40

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

Shades of Korma #7D4828

Tints of Korma #7D4828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.38%

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

R = 52.74%
G = 30.38%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D4828 (or 0x7D4828) is known color: Korma. HEX triplet: 7D, 48 and 28. RGB value is (125,72,40). Sum of RGB (Red+Green+Blue) = 125+72+40=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4828 is #82B7D7. Grayscale: #545454. Windows color (decimal): -8566744 or 2639997. OLE color: 2639997.

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

Color convert

RGB 125 72 40 -
CMYK 0 0.42 0.68 0.51
HSL 22.59º 0.52% 0.32% -
HSV(B) 22.59º 0.68% 0.49% -
XYZ 11.16 9.15 3.19 -
YUV 84.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 125 72 40 0 0.42 0.68 0.51 22.59 0.52 0.32
Hex 7D 48 28 0 2A 44 33 17 34 20
Octal 175 110 50 0 52 104 63 27 64 40
Binary 1111101 1001000 101000 0 101010 1000100 110011 10111 110100 100000

Color Harmonies of #7D4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4828

Black with #7D4828

Text Example


Text Example

White with #7D4828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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