#7C341F

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

Shades of Pueblo #7C341F

Tints of Pueblo #7C341F

Color information

#7C341F (or 0x7C341F) is unknown color: approx Pueblo. HEX triplet: 7C, 34 and 1F. RGB value is (124,52,31). Sum of RGB (Red+Green+Blue) = 124+52+31=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C341F is #83CBE0. Grayscale: #474747. Windows color (decimal): -8637409 or 2045052. OLE color: 2045052.

HSL color Cylindrical-coordinate representation of color #7C341F: hue angle of 13.55º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C341F is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB1245231-
CMYK00.580.750.51
HSL13.55º60%30.39%-
HSV(B)13.55º75%48.63%-
XYZ9.796.842.1-
YUV71.13105.35165.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.90%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=59.90%
G=25.12%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124523100.580.750.5113.556030.39
Hex7C341F03A4B33e3c1e
Octal174643707211363167436
Binary11111001101001111101110101001011110011111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C341F; }

 p { color: rgb(124,52,31); }

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

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

 a { background-color: rgb(124,52,31); }

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

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

 span { border-color: rgb(124,52,31); }

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