#75270D

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

Shades of Pueblo #75270D

Tints of Pueblo #75270D

Color information

#75270D (or 0x75270D) is unknown color: approx Pueblo. HEX triplet: 75, 27 and 0D. RGB value is (117,39,13). Sum of RGB (Red+Green+Blue) = 117+39+13=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75270D is #8AD8F2. Grayscale: #3B3B3B. Windows color (decimal): -9099507 or 862069. OLE color: 862069.

HSL color Cylindrical-coordinate representation of color #75270D: hue angle of 15º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75270D is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1173913-
CMYK00.670.890.54
HSL15º80%25.49%-
HSV(B)15º88.89%45.88%-
XYZ8.135.260.97-
YUV59.36101.84169.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 13 (5.47% from 255) = 7.69%
R=69.23%
G=23.08%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117391300.670.890.54158025.49
Hex7527D0435936f5019
Octal16547150103131661712031
Binary111010110011111010100001110110011101101111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75270D; }

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

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

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

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

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

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

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

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