#752B1E

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

Shades of Pueblo #752B1E

Tints of Pueblo #752B1E

Color information

#752B1E (or 0x752B1E) is unknown color: approx Pueblo. HEX triplet: 75, 2B and 1E. RGB value is (117,43,30). Sum of RGB (Red+Green+Blue) = 117+43+30=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B1E is #8AD4E1. Grayscale: #3F3F3F. Windows color (decimal): -9098466 or 1977205. OLE color: 1977205.

HSL color Cylindrical-coordinate representation of color #752B1E: hue angle of 8.97º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752B1E is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1174330-
CMYK00.630.740.54
HSL8.97º59.18%28.82%-
HSV(B)8.97º74.36%45.88%-
XYZ8.435.61.87-
YUV63.64109.02166.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=61.58%
G=22.63%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117433000.630.740.548.9759.1828.82
Hex752B1E03F4A3693b1d
Octal165533607711266117335
Binary11101011010111111001111111001010110110100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752B1E; }

 p { color: rgb(117,43,30); }

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

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

 a { background-color: rgb(117,43,30); }

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

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

 span { border-color: rgb(117,43,30); }

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