#74321E

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

Shades of Pueblo #74321E

Tints of Pueblo #74321E

Color information

#74321E (or 0x74321E) is unknown color: approx Pueblo. HEX triplet: 74, 32 and 1E. RGB value is (116,50,30). Sum of RGB (Red+Green+Blue) = 116+50+30=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74321E is #8BCDE1. Grayscale: #434343. Windows color (decimal): -9162210 or 1978996. OLE color: 1978996.

HSL color Cylindrical-coordinate representation of color #74321E: hue angle of 13.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74321E is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1165030-
CMYK00.570.740.55
HSL13.95º58.9%28.63%-
HSV(B)13.95º74.14%45.49%-
XYZ8.586.091.95-
YUV67.45106.87162.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.18%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=59.18%
G=25.51%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116503000.570.740.5513.9558.928.63
Hex74321E0394A37e3b1d
Octal164623607111267167335
Binary11101001100101111001110011001010110111111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74321E; }

 p { color: rgb(116,50,30); }

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

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

 a { background-color: rgb(116,50,30); }

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

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

 span { border-color: rgb(116,50,30); }

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