#783F30

Color #783F30 Peanut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peanut #783F30

Tints of Peanut #783F30

Color information

#783F30 (or 0x783F30) is unknown color: approx Peanut. HEX triplet: 78, 3F and 30. RGB value is (120,63,48). Sum of RGB (Red+Green+Blue) = 120+63+48=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #783F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783F30 is #87C0CF. Grayscale: #4E4E4E. Windows color (decimal): -8896720 or 3161976. OLE color: 3161976.

HSL color Cylindrical-coordinate representation of color #783F30: hue angle of 12.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #783F30 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1206348-
CMYK00.480.600.53
HSL12.5º42.86%32.94%-
HSV(B)12.5º60%47.06%-
XYZ10.067.763.76-
YUV78.33110.88157.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 63 (25% from 255) = 27.27%
BLUE value IS 48 (19.14% from 255) = 20.78%
R=51.95%
G=27.27%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120634800.480.600.5312.542.8632.94
Hex783F300303C35c2b21
Octal17077600607465145341
Binary111100011111111000001100001111001101011100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783F30; }

 p { color: rgb(120,63,48); }

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

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

 a { background-color: rgb(120,63,48); }

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

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

 span { border-color: rgb(120,63,48); }

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