#7C331F

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

Shades of Pueblo #7C331F

Tints of Pueblo #7C331F

Color information

#7C331F (or 0x7C331F) is unknown color: approx Pueblo. HEX triplet: 7C, 33 and 1F. RGB value is (124,51,31). Sum of RGB (Red+Green+Blue) = 124+51+31=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C331F is #83CCE0. Grayscale: #464646. Windows color (decimal): -8637665 or 2044796. OLE color: 2044796.

HSL color Cylindrical-coordinate representation of color #7C331F: hue angle of 12.9º 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 #7C331F is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB1245131-
CMYK00.590.750.51
HSL12.9º60%30.39%-
HSV(B)12.9º75%48.63%-
XYZ9.746.752.09-
YUV70.55105.68166.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.19%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 31 (12.5% from 255) = 15.05%
R=60.19%
G=24.76%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124513100.590.750.5112.96030.39
Hex7C331F03B4B33d3c1e
Octal174633707311363157436
Binary11111001100111111101110111001011110011110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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