Html Css Color HEX #775131 Korma

📋 copy color: '#775131'

red 119 ◦ green 81 ◦ blue 49

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

Shades of Korma #775131

Tints of Korma #775131

RGB

 RED value IS 119 (46.88% from 255) = 47.79%

 GREEN value IS 81 (32.03% from 255) = 32.53%

 BLUE value IS 49 (19.53% from 255) = 19.68%

R = 47.79%
G = 32.53%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#775131 (or 0x775131) is known color: Korma. HEX triplet: 77, 51 and 31. RGB value is (119,81,49). Sum of RGB (Red+Green+Blue) = 119+81+49=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #775131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775131 is #88AECE. Grayscale: #585858. Windows color (decimal): -8957647 or 3232119. OLE color: 3232119.

HSL color Cylindrical-coordinate representation of color #775131: hue angle of 27.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #775131 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 49 -
CMYK 0 0.32 0.59 0.53
HSL 27.43º 0.42% 0.33% -
HSV(B) 27.43º 0.59% 0.47% -
XYZ 11.1 10.03 4.26 -
YUV 88.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 119 81 49 0 0.32 0.59 0.53 27.43 0.42 0.33
Hex 77 51 31 0 20 3B 35 1B 2A 21
Octal 167 121 61 0 40 73 65 33 52 41
Binary 1110111 1010001 110001 0 100000 111011 110101 11011 101010 100001

Color Harmonies of #775131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775131

Black with #775131

Text Example


Text Example

White with #775131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775131; }

 p { color: rgb(119,81,49); }

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

background-color css

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

 a { background-color: rgb(119,81,49); }

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

border-color css

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

 span { border-color: rgb(119,81,49); }

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