Html Css Color HEX #784F31 Korma

📋 copy color: '#784F31'

red 120 ◦ green 79 ◦ blue 49

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

Shades of Korma #784F31

Tints of Korma #784F31

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

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

R = 48.39%
G = 31.85%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#784F31 (or 0x784F31) is known color: Korma. HEX triplet: 78, 4F and 31. RGB value is (120,79,49). Sum of RGB (Red+Green+Blue) = 120+79+49=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #784F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F31 is #87B0CE. Grayscale: #585858. Windows color (decimal): -8892623 or 3231608. OLE color: 3231608.

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

Color convert

RGB 120 79 49 -
CMYK 0 0.34 0.59 0.53
HSL 25.35º 0.42% 0.33% -
HSV(B) 25.35º 0.59% 0.47% -
XYZ 11.1 9.81 4.21 -
YUV 87.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 120 79 49 0 0.34 0.59 0.53 25.35 0.42 0.33
Hex 78 4F 31 0 22 3B 35 19 2A 21
Octal 170 117 61 0 42 73 65 31 52 41
Binary 1111000 1001111 110001 0 100010 111011 110101 11001 101010 100001

Color Harmonies of #784F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F31

Black with #784F31

Text Example


Text Example

White with #784F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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