#782A14

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

Shades of Pueblo #782A14

Tints of Pueblo #782A14

Color information

#782A14 (or 0x782A14) is unknown color: approx Pueblo. HEX triplet: 78, 2A and 14. RGB value is (120,42,20). Sum of RGB (Red+Green+Blue) = 120+42+20=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #782A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782A14 is #87D5EB. Grayscale: #3E3E3E. Windows color (decimal): -8902124 or 1321592. OLE color: 1321592.

HSL color Cylindrical-coordinate representation of color #782A14: hue angle of 13.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #782A14 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1204220-
CMYK00.650.830.53
HSL13.2º71.43%27.45%-
HSV(B)13.2º83.33%47.06%-
XYZ8.75.71.3-
YUV62.81103.84168.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.93%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=65.93%
G=23.08%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120422000.650.830.5313.271.4327.45
Hex782A140415335d471b
Octal17052240101123651510733
Binary1111000101010101000100000110100111101011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782A14; }

 p { color: rgb(120,42,20); }

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

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

 a { background-color: rgb(120,42,20); }

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

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

 span { border-color: rgb(120,42,20); }

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