Html Css Color HEX #7E4828 Korma

📋 copy color: '#7E4828'

red 126 ◦ green 72 ◦ blue 40

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

Shades of Korma #7E4828

Tints of Korma #7E4828

RGB

 RED value IS 126 (49.61% from 255) = 52.94%

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

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

R = 52.94%
G = 30.25%
B = 16.81%

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

#7E4828 (or 0x7E4828) is known color: Korma. HEX triplet: 7E, 48 and 28. RGB value is (126,72,40). Sum of RGB (Red+Green+Blue) = 126+72+40=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4828 is #81B7D7. Grayscale: #545454. Windows color (decimal): -8501208 or 2639998. OLE color: 2639998.

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

Color convert

RGB 126 72 40 -
CMYK 0 0.43 0.68 0.51
HSL 22.33º 0.52% 0.33% -
HSV(B) 22.33º 0.68% 0.49% -
XYZ 11.3 9.22 3.19 -
YUV 84.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 126 72 40 0 0.43 0.68 0.51 22.33 0.52 0.33
Hex 7E 48 28 0 2B 44 33 16 34 21
Octal 176 110 50 0 53 104 63 26 64 41
Binary 1111110 1001000 101000 0 101011 1000100 110011 10110 110100 100001

Color Harmonies of #7E4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4828

Black with #7E4828

Text Example


Text Example

White with #7E4828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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