#752E1C

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

Shades of Pueblo #752E1C

Tints of Pueblo #752E1C

Color information

#752E1C (or 0x752E1C) is unknown color: approx Pueblo. HEX triplet: 75, 2E and 1C. RGB value is (117,46,28). Sum of RGB (Red+Green+Blue) = 117+46+28=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #752E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E1C is #8AD1E3. Grayscale: #414141. Windows color (decimal): -9097700 or 1846901. OLE color: 1846901.

HSL color Cylindrical-coordinate representation of color #752E1C: hue angle of 12.13º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752E1C is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1174628-
CMYK00.610.760.54
HSL12.13º61.38%28.43%-
HSV(B)12.13º76.07%45.88%-
XYZ8.525.821.77-
YUV65.18107.02164.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=61.26%
G=24.08%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117462800.610.760.5412.1361.3828.43
Hex752E1C03D4C36c3d1c
Octal165563407511466147534
Binary11101011011101110001111011001100110110110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,46,28); }

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

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

 a { background-color: rgb(117,46,28); }

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

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

 span { border-color: rgb(117,46,28); }

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