Html Css Color HEX #784D2C Korma

📋 copy color: '#784D2C'

red 120 ◦ green 77 ◦ blue 44

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

Shades of Korma #784D2C

Tints of Korma #784D2C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.95%

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 49.79%
G = 31.95%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#784D2C (or 0x784D2C) is known color: Korma. HEX triplet: 78, 4D and 2C. RGB value is (120,77,44). Sum of RGB (Red+Green+Blue) = 120+77+44=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #784D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784D2C is #87B2D3. Grayscale: #565656. Windows color (decimal): -8893140 or 2903416. OLE color: 2903416.

HSL color Cylindrical-coordinate representation of color #784D2C: hue angle of 26.05º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #784D2C is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 77 44 -
CMYK 0 0.36 0.63 0.53
HSL 26.05º 0.46% 0.32% -
HSV(B) 26.05º 0.63% 0.47% -
XYZ 10.85 9.48 3.64 -
YUV 86.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 120 77 44 0 0.36 0.63 0.53 26.05 0.46 0.32
Hex 78 4D 2C 0 24 3F 35 1A 2E 20
Octal 170 115 54 0 44 77 65 32 56 40
Binary 1111000 1001101 101100 0 100100 111111 110101 11010 101110 100000

Color Harmonies of #784D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784D2C

Black with #784D2C

Text Example


Text Example

White with #784D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,77,44); }

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

background-color css

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

 a { background-color: rgb(120,77,44); }

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

border-color css

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

 span { border-color: rgb(120,77,44); }

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