#73301F

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

Shades of Pueblo #73301F

Tints of Pueblo #73301F

Color information

#73301F (or 0x73301F) is unknown color: approx Pueblo. HEX triplet: 73, 30 and 1F. RGB value is (115,48,31). Sum of RGB (Red+Green+Blue) = 115+48+31=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73301F is #8CCFE0. Grayscale: #424242. Windows color (decimal): -9228257 or 2044019. OLE color: 2044019.

HSL color Cylindrical-coordinate representation of color #73301F: hue angle of 12.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73301F is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1154831-
CMYK00.580.730.55
HSL12.14º57.53%28.63%-
HSV(B)12.14º73.04%45.1%-
XYZ8.375.861.99-
YUV66.1108.2162.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.28%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=59.28%
G=24.74%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115483100.580.730.5512.1457.5328.63
Hex73301F03A4937c3a1d
Octal163603707211167147235
Binary11100111100001111101110101001001110111110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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