#752714

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

Shades of Pueblo #752714

Tints of Pueblo #752714

Color information

#752714 (or 0x752714) is unknown color: approx Pueblo. HEX triplet: 75, 27 and 14. RGB value is (117,39,20). Sum of RGB (Red+Green+Blue) = 117+39+20=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #752714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752714 is #8AD8EB. Grayscale: #3C3C3C. Windows color (decimal): -9099500 or 1320821. OLE color: 1320821.

HSL color Cylindrical-coordinate representation of color #752714: hue angle of 11.75º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #752714 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1173920-
CMYK00.670.830.54
HSL11.75º70.8%26.86%-
HSV(B)11.75º82.91%45.88%-
XYZ8.195.281.25-
YUV60.16105.34168.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.48%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=66.48%
G=22.16%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117392000.670.830.5411.7570.826.86
Hex7527140435336c471b
Octal16547240103123661410733
Binary1110101100111101000100001110100111101101100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752714; }

 p { color: rgb(117,39,20); }

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

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

 a { background-color: rgb(117,39,20); }

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

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

 span { border-color: rgb(117,39,20); }

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