Html Css Color HEX #7E5435 Korma

📋 copy color: '#7E5435'

red 126 ◦ green 84 ◦ blue 53

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

Shades of Korma #7E5435

Tints of Korma #7E5435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.94%

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 47.91%
G = 31.94%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7E5435 (or 0x7E5435) is known color: Korma. HEX triplet: 7E, 54 and 35. RGB value is (126,84,53). Sum of RGB (Red+Green+Blue) = 126+84+53=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5435 is #81ABCA. Grayscale: #5D5D5D. Windows color (decimal): -8498123 or 3495038. OLE color: 3495038.

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

Color convert

RGB 126 84 53 -
CMYK 0 0.33 0.58 0.51
HSL 25.48º 0.41% 0.35% -
HSV(B) 25.48º 0.58% 0.49% -
XYZ 12.42 11.03 4.84 -
YUV 93.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 126 84 53 0 0.33 0.58 0.51 25.48 0.41 0.35
Hex 7E 54 35 0 21 3A 33 19 29 23
Octal 176 124 65 0 41 72 63 31 51 43
Binary 1111110 1010100 110101 0 100001 111010 110011 11001 101001 100011

Color Harmonies of #7E5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5435

Black with #7E5435

Text Example


Text Example

White with #7E5435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,84,53); }

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

background-color css

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

 a { background-color: rgb(126,84,53); }

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

border-color css

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

 span { border-color: rgb(126,84,53); }

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