Html Css Color HEX #775031 Korma

📋 copy color: '#775031'

red 119 ◦ green 80 ◦ blue 49

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

Shades of Korma #775031

Tints of Korma #775031

RGB

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

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

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

R = 47.98%
G = 32.26%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#775031 (or 0x775031) is known color: Korma. HEX triplet: 77, 50 and 31. RGB value is (119,80,49). Sum of RGB (Red+Green+Blue) = 119+80+49=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #775031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775031 is #88AFCE. Grayscale: #585858. Windows color (decimal): -8957903 or 3231863. OLE color: 3231863.

HSL color Cylindrical-coordinate representation of color #775031: hue angle of 26.57º 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 #775031 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 49 -
CMYK 0 0.33 0.59 0.53
HSL 26.57º 0.42% 0.33% -
HSV(B) 26.57º 0.59% 0.47% -
XYZ 11.03 9.88 4.23 -
YUV 88.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 119 80 49 0 0.33 0.59 0.53 26.57 0.42 0.33
Hex 77 50 31 0 21 3B 35 1B 2A 21
Octal 167 120 61 0 41 73 65 33 52 41
Binary 1110111 1010000 110001 0 100001 111011 110101 11011 101010 100001

Color Harmonies of #775031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775031

Black with #775031

Text Example


Text Example

White with #775031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775031; }

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

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

background-color css

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

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

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

border-color css

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

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

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