Html Css Color HEX #7E4F27 Korma

📋 copy color: '#7E4F27'

red 126 ◦ green 79 ◦ blue 39

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

Shades of Korma #7E4F27

Tints of Korma #7E4F27

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

 BLUE value IS 39 (15.63% from 255) = 15.98%

R = 51.64%
G = 32.38%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7E4F27 (or 0x7E4F27) is known color: Korma. HEX triplet: 7E, 4F and 27. RGB value is (126,79,39). Sum of RGB (Red+Green+Blue) = 126+79+39=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E4F27 is #81B0D8. Grayscale: #585858. Windows color (decimal): -8499417 or 2576254. OLE color: 2576254.

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

Color convert

RGB 126 79 39 -
CMYK 0 0.37 0.69 0.51
HSL 27.59º 0.53% 0.32% -
HSV(B) 27.59º 0.69% 0.49% -
XYZ 11.77 10.17 3.26 -
YUV 88.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 126 79 39 0 0.37 0.69 0.51 27.59 0.53 0.32
Hex 7E 4F 27 0 25 45 33 1C 35 20
Octal 176 117 47 0 45 105 63 34 65 40
Binary 1111110 1001111 100111 0 100101 1000101 110011 11100 110101 100000

Color Harmonies of #7E4F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4F27

Black with #7E4F27

Text Example


Text Example

White with #7E4F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,79,39); }

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

background-color css

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

 a { background-color: rgb(126,79,39); }

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

border-color css

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

 span { border-color: rgb(126,79,39); }

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