#784F23

Color #784F23 Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #784F23

Tints of Korma #784F23

Color information

#784F23 (or 0x784F23) is unknown color: approx Korma. HEX triplet: 78, 4F and 23. RGB value is (120,79,35). Sum of RGB (Red+Green+Blue) = 120+79+35=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #784F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F23 is #87B0DC. Grayscale: #565656. Windows color (decimal): -8892637 or 2314104. OLE color: 2314104.

HSL color Cylindrical-coordinate representation of color #784F23: hue angle of 31.06º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #784F23 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1207935-
CMYK00.340.710.53
HSL31.06º54.84%30.39%-
HSV(B)31.06º70.83%47.06%-
XYZ10.859.712.89-
YUV86.2499.08152.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 35 (14.06% from 255) = 14.96%
R=51.28%
G=33.76%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120793500.340.710.5331.0654.8430.39
Hex784F2302247351f371e
Octal1701174304210765376736
Binary11110001001111100011010001010001111101011111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #784F23;
 }
 .AnyTagClassName
 {
   color: #784F23;
 }
</style>
background-color css

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

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

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

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

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

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