Html Css Color HEX #785131 Korma

📋 copy color: '#785131'

red 120 ◦ green 81 ◦ blue 49

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

Shades of Korma #785131

Tints of Korma #785131

RGB

 RED value IS 120 (47.27% from 255) = 48%

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

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

R = 48%
G = 32.4%
B = 19.6%

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

#785131 (or 0x785131) is known color: Korma. HEX triplet: 78, 51 and 31. RGB value is (120,81,49). Sum of RGB (Red+Green+Blue) = 120+81+49=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #785131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785131 is #87AECE. Grayscale: #595959. Windows color (decimal): -8892111 or 3232120. OLE color: 3232120.

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

Color convert

RGB 120 81 49 -
CMYK 0 0.32 0.59 0.53
HSL 27.04º 0.42% 0.33% -
HSV(B) 27.04º 0.59% 0.47% -
XYZ 11.24 10.1 4.26 -
YUV 89.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 120 81 49 0 0.32 0.59 0.53 27.04 0.42 0.33
Hex 78 51 31 0 20 3B 35 1B 2A 21
Octal 170 121 61 0 40 73 65 33 52 41
Binary 1111000 1010001 110001 0 100000 111011 110101 11011 101010 100001

Color Harmonies of #785131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785131

Black with #785131

Text Example


Text Example

White with #785131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785131; }

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

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

background-color css

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

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

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

border-color css

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

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

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