#752C1D

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

Shades of Pueblo #752C1D

Tints of Pueblo #752C1D

Color information

#752C1D (or 0x752C1D) is unknown color: approx Pueblo. HEX triplet: 75, 2C and 1D. RGB value is (117,44,29). Sum of RGB (Red+Green+Blue) = 117+44+29=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C1D is #8AD3E2. Grayscale: #404040. Windows color (decimal): -9098211 or 1911925. OLE color: 1911925.

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

Color convert

RGB1174429-
CMYK00.620.750.54
HSL10.23º60.27%28.63%-
HSV(B)10.23º75.21%45.88%-
XYZ8.465.671.81-
YUV64.12108.18165.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=61.58%
G=23.16%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117442900.620.750.5410.2360.2728.63
Hex752C1D03E4B36a3c1d
Octal165543507611366127435
Binary11101011011001110101111101001011110110101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,44,29); }

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

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

 a { background-color: rgb(117,44,29); }

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

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

 span { border-color: rgb(117,44,29); }

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