Html Css Color HEX #7E5025 Korma

📋 copy color: '#7E5025'

red 126 ◦ green 80 ◦ blue 37

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

Shades of Korma #7E5025

Tints of Korma #7E5025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 37 (14.84% from 255) = 15.23%

R = 51.85%
G = 32.92%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7E5025 (or 0x7E5025) is known color: Korma. HEX triplet: 7E, 50 and 25. RGB value is (126,80,37). Sum of RGB (Red+Green+Blue) = 126+80+37=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5025 is #81AFDA. Grayscale: #595959. Windows color (decimal): -8499163 or 2445438. OLE color: 2445438.

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

Color convert

RGB 126 80 37 -
CMYK 0 0.37 0.71 0.51
HSL 28.99º 0.55% 0.32% -
HSV(B) 28.99º 0.71% 0.49% -
XYZ 11.81 10.31 3.12 -
YUV 88.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 126 80 37 0 0.37 0.71 0.51 28.99 0.55 0.32
Hex 7E 50 25 0 25 47 33 1D 37 20
Octal 176 120 45 0 45 107 63 35 67 40
Binary 1111110 1010000 100101 0 100101 1000111 110011 11101 110111 100000

Color Harmonies of #7E5025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5025

Black with #7E5025

Text Example


Text Example

White with #7E5025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,80,37); }

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

background-color css

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

 a { background-color: rgb(126,80,37); }

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

border-color css

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

 span { border-color: rgb(126,80,37); }

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