#75280B

Color #75280B Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #75280B

Tints of Peru Tan #75280B

Color information

#75280B (or 0x75280B) is unknown color: approx Peru Tan. HEX triplet: 75, 28 and 0B. RGB value is (117,40,11). Sum of RGB (Red+Green+Blue) = 117+40+11=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75280B is #8AD7F4. Grayscale: #3B3B3B. Windows color (decimal): -9099253 or 731253. OLE color: 731253.

HSL color Cylindrical-coordinate representation of color #75280B: hue angle of 16.42º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75280B is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1174011-
CMYK00.660.910.54
HSL16.42º82.81%25.1%-
HSV(B)16.42º90.6%45.88%-
XYZ8.165.320.91-
YUV59.72100.51168.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 11 (4.69% from 255) = 6.55%
R=69.64%
G=23.81%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117401100.660.910.5416.4282.8125.1
Hex7528B0425B36105319
Octal16550130102133662012331
Binary1110101101000101101000010101101111011010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75280B; }

 p { color: rgb(117,40,11); }

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

<style>
 a { background-color: #75280B; }

 a { background-color: rgb(117,40,11); }

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

<style>
 span { border-color: #75280B; }

 span { border-color: rgb(117,40,11); }

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