#752F1A

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

Shades of Pueblo #752F1A

Tints of Pueblo #752F1A

Color information

#752F1A (or 0x752F1A) is unknown color: approx Pueblo. HEX triplet: 75, 2F and 1A. RGB value is (117,47,26). Sum of RGB (Red+Green+Blue) = 117+47+26=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F1A is #8AD0E5. Grayscale: #414141. Windows color (decimal): -9097446 or 1716085. OLE color: 1716085.

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

Color convert

RGB1174726-
CMYK00.600.780.54
HSL13.85º63.64%28.04%-
HSV(B)13.85º77.78%45.88%-
XYZ8.545.891.66-
YUV65.54105.69164.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 47 (18.75% from 255) = 24.74%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=61.58%
G=24.74%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117472600.600.780.5413.8563.6428.04
Hex752F1A03C4E36e401c
Octal1655732074116661610034
Binary111010110111111010011110010011101101101110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,47,26); }

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

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

 a { background-color: rgb(117,47,26); }

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

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

 span { border-color: rgb(117,47,26); }

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