Html Css Color HEX #7C4829 Korma

📋 copy color: '#7C4829'

red 124 ◦ green 72 ◦ blue 41

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

Shades of Korma #7C4829

Tints of Korma #7C4829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 52.32%
G = 30.38%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7C4829 (or 0x7C4829) is known color: Korma. HEX triplet: 7C, 48 and 29. RGB value is (124,72,41). Sum of RGB (Red+Green+Blue) = 124+72+41=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4829 is #83B7D6. Grayscale: #545454. Windows color (decimal): -8632279 or 2705532. OLE color: 2705532.

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

Color convert

RGB 124 72 41 -
CMYK 0 0.42 0.67 0.51
HSL 22.41º 0.5% 0.32% -
HSV(B) 22.41º 0.67% 0.49% -
XYZ 11.03 9.08 3.27 -
YUV 84.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 124 72 41 0 0.42 0.67 0.51 22.41 0.5 0.32
Hex 7C 48 29 0 2A 43 33 16 32 20
Octal 174 110 51 0 52 103 63 26 62 40
Binary 1111100 1001000 101001 0 101010 1000011 110011 10110 110010 100000

Color Harmonies of #7C4829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4829

Black with #7C4829

Text Example


Text Example

White with #7C4829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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