#74281E

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

Shades of Pueblo #74281E

Tints of Pueblo #74281E

Color information

#74281E (or 0x74281E) is unknown color: approx Pueblo. HEX triplet: 74, 28 and 1E. RGB value is (116,40,30). Sum of RGB (Red+Green+Blue) = 116+40+30=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #74281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74281E is #8BD7E1. Grayscale: #3D3D3D. Windows color (decimal): -9164770 or 1976436. OLE color: 1976436.

HSL color Cylindrical-coordinate representation of color #74281E: hue angle of 6.98º 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 #74281E is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1164030-
CMYK00.660.740.55
HSL6.98º58.9%28.63%-
HSV(B)6.98º74.14%45.49%-
XYZ8.25.321.82-
YUV61.58110.18166.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.37%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 30 (12.11% from 255) = 16.13%
R=62.37%
G=21.51%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116403000.660.740.556.9858.928.63
Hex74281E0424A3773b1d
Octal164503601021126777335
Binary11101001010001111001000010100101011011111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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