#74301D

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

Shades of Pueblo #74301D

Tints of Pueblo #74301D

Color information

#74301D (or 0x74301D) is unknown color: approx Pueblo. HEX triplet: 74, 30 and 1D. RGB value is (116,48,29). Sum of RGB (Red+Green+Blue) = 116+48+29=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #74301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74301D is #8BCFE2. Grayscale: #424242. Windows color (decimal): -9162723 or 1912948. OLE color: 1912948.

HSL color Cylindrical-coordinate representation of color #74301D: hue angle of 13.1º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74301D is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1164829-
CMYK00.590.750.55
HSL13.1º60%28.43%-
HSV(B)13.1º75%45.49%-
XYZ8.485.921.86-
YUV66.17107.03163.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.10%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=60.10%
G=24.87%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116482900.590.750.5513.16028.43
Hex74301D03B4B37d3c1c
Octal164603507311367157434
Binary11101001100001110101110111001011110111110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,48,29); }

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

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

 a { background-color: rgb(116,48,29); }

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

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

 span { border-color: rgb(116,48,29); }

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