Html Css Color HEX #7C4828 Korma

📋 copy color: '#7C4828'

red 124 ◦ green 72 ◦ blue 40

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

Shades of Korma #7C4828

Tints of Korma #7C4828

RGB

 RED value IS 124 (48.83% from 255) = 52.54%

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

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

R = 52.54%
G = 30.51%
B = 16.95%

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

#7C4828 (or 0x7C4828) is known color: Korma. HEX triplet: 7C, 48 and 28. RGB value is (124,72,40). Sum of RGB (Red+Green+Blue) = 124+72+40=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4828 is #83B7D7. Grayscale: #545454. Windows color (decimal): -8632280 or 2639996. OLE color: 2639996.

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

Color convert

RGB 124 72 40 -
CMYK 0 0.42 0.68 0.51
HSL 22.86º 0.51% 0.32% -
HSV(B) 22.86º 0.68% 0.49% -
XYZ 11.01 9.07 3.18 -
YUV 83.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 124 72 40 0 0.42 0.68 0.51 22.86 0.51 0.32
Hex 7C 48 28 0 2A 44 33 17 33 20
Octal 174 110 50 0 52 104 63 27 63 40
Binary 1111100 1001000 101000 0 101010 1000100 110011 10111 110011 100000

Color Harmonies of #7C4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4828

Black with #7C4828

Text Example


Text Example

White with #7C4828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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