#742613

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

Shades of Pueblo #742613

Tints of Pueblo #742613

Color information

#742613 (or 0x742613) is unknown color: approx Pueblo. HEX triplet: 74, 26 and 13. RGB value is (116,38,19). Sum of RGB (Red+Green+Blue) = 116+38+19=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #742613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742613 is #8BD9EC. Grayscale: #3B3B3B. Windows color (decimal): -9165293 or 1255028. OLE color: 1255028.

HSL color Cylindrical-coordinate representation of color #742613: hue angle of 11.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #742613 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1163819-
CMYK00.670.840.55
HSL11.75º71.85%26.47%-
HSV(B)11.75º83.62%45.49%-
XYZ8.015.151.19-
YUV59.16105.34168.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=67.05%
G=21.97%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116381900.670.840.5511.7571.8526.47
Hex7426130435437c481a
Octal16446230103124671411032
Binary1110100100110100110100001110101001101111100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742613; }

 p { color: rgb(116,38,19); }

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

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

 a { background-color: rgb(116,38,19); }

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

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

 span { border-color: rgb(116,38,19); }

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