Html Css Color HEX #7F5435 Korma

📋 copy color: '#7F5435'

red 127 ◦ green 84 ◦ blue 53

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

Shades of Korma #7F5435

Tints of Korma #7F5435

RGB

 RED value IS 127 (50% from 255) = 48.11%

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

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

R = 48.11%
G = 31.82%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#7F5435 (or 0x7F5435) is known color: Korma. HEX triplet: 7F, 54 and 35. RGB value is (127,84,53). Sum of RGB (Red+Green+Blue) = 127+84+53=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5435 is #80ABCA. Grayscale: #5D5D5D. Windows color (decimal): -8432587 or 3495039. OLE color: 3495039.

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

Color convert

RGB 127 84 53 -
CMYK 0 0.34 0.58 0.50
HSL 25.14º 0.41% 0.35% -
HSV(B) 25.14º 0.58% 0.5% -
XYZ 12.57 11.11 4.85 -
YUV 93.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 127 84 53 0 0.34 0.58 0.50 25.14 0.41 0.35
Hex 7F 54 35 0 22 3A 32 19 29 23
Octal 177 124 65 0 42 72 62 31 51 43
Binary 1111111 1010100 110101 0 100010 111010 110010 11001 101001 100011

Color Harmonies of #7F5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5435

Black with #7F5435

Text Example


Text Example

White with #7F5435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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