#75301F

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

Shades of Pueblo #75301F

Tints of Pueblo #75301F

Color information

#75301F (or 0x75301F) is unknown color: approx Pueblo. HEX triplet: 75, 30 and 1F. RGB value is (117,48,31). Sum of RGB (Red+Green+Blue) = 117+48+31=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75301F is #8ACFE0. Grayscale: #424242. Windows color (decimal): -9097185 or 2044021. OLE color: 2044021.

HSL color Cylindrical-coordinate representation of color #75301F: hue angle of 11.86º degrees, saturation: 0.58, 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 #75301F is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1174831-
CMYK00.590.740.54
HSL11.86º58.11%29.02%-
HSV(B)11.86º73.5%45.88%-
XYZ8.645.992-
YUV66.69107.86163.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 31 (12.5% from 255) = 15.82%
R=59.69%
G=24.49%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117483100.590.740.5411.8658.1129.02
Hex75301F03B4A36c3a1d
Octal165603707311266147235
Binary11101011100001111101110111001010110110110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75301F; }

 p { color: rgb(117,48,31); }

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

<style>
 a { background-color: #75301F; }

 a { background-color: rgb(117,48,31); }

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

<style>
 span { border-color: #75301F; }

 span { border-color: rgb(117,48,31); }

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