#75483A

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

Shades of Peanut #75483A

Tints of Peanut #75483A

Color information

#75483A (or 0x75483A) is unknown color: approx Peanut. HEX triplet: 75, 48 and 3A. RGB value is (117,72,58). Sum of RGB (Red+Green+Blue) = 117+72+58=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75483A is #8AB7C5. Grayscale: #535353. Windows color (decimal): -9091014 or 3819637. OLE color: 3819637.

HSL color Cylindrical-coordinate representation of color #75483A: hue angle of 14.24º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75483A is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1177258-
CMYK00.380.500.54
HSL14.24º33.71%34.31%-
HSV(B)14.24º50.43%45.88%-
XYZ10.428.725.14-
YUV83.86113.41151.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=47.37%
G=29.15%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117725800.380.500.5414.2433.7134.31
Hex75483A0263236e2222
Octal165110720466266164242
Binary1110101100100011101001001101100101101101110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75483A; }

 p { color: rgb(117,72,58); }

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

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

 a { background-color: rgb(117,72,58); }

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

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

 span { border-color: rgb(117,72,58); }

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