Html Css Color HEX #7E4D23 Korma

📋 copy color: '#7E4D23'

red 126 ◦ green 77 ◦ blue 35

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

Shades of Korma #7E4D23

Tints of Korma #7E4D23

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

 BLUE value IS 35 (14.06% from 255) = 14.71%

R = 52.94%
G = 32.35%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7E4D23 (or 0x7E4D23) is known color: Korma. HEX triplet: 7E, 4D and 23. RGB value is (126,77,35). Sum of RGB (Red+Green+Blue) = 126+77+35=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E4D23 is #81B2DC. Grayscale: #575757. Windows color (decimal): -8499933 or 2313598. OLE color: 2313598.

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

Color convert

RGB 126 77 35 -
CMYK 0 0.39 0.72 0.51
HSL 27.69º 0.57% 0.32% -
HSV(B) 27.69º 0.72% 0.49% -
XYZ 11.56 9.86 2.88 -
YUV 86.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 126 77 35 0 0.39 0.72 0.51 27.69 0.57 0.32
Hex 7E 4D 23 0 27 48 33 1C 39 20
Octal 176 115 43 0 47 110 63 34 71 40
Binary 1111110 1001101 100011 0 100111 1001000 110011 11100 111001 100000

Color Harmonies of #7E4D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4D23

Black with #7E4D23

Text Example


Text Example

White with #7E4D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,77,35); }

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

background-color css

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

 a { background-color: rgb(126,77,35); }

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

border-color css

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

 span { border-color: rgb(126,77,35); }

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