#713726

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

Shades of Pueblo #713726

Tints of Pueblo #713726

Color information

#713726 (or 0x713726) is unknown color: approx Pueblo. HEX triplet: 71, 37 and 26. RGB value is (113,55,38). Sum of RGB (Red+Green+Blue) = 113+55+38=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #713726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713726 is #8EC8D9. Grayscale: #464646. Windows color (decimal): -9357530 or 2504561. OLE color: 2504561.

HSL color Cylindrical-coordinate representation of color #713726: hue angle of 13.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #713726 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1135538-
CMYK00.510.660.56
HSL13.6º49.67%29.61%-
HSV(B)13.6º66.37%44.31%-
XYZ8.536.382.62-
YUV70.4109.72158.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 38 (15.23% from 255) = 18.45%
R=54.85%
G=26.70%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113553800.510.660.5613.649.6729.61
Hex7137260334238e321e
Octal161674606310270166236
Binary111000111011110011001100111000010111000111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713726; }

 p { color: rgb(113,55,38); }

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

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

 a { background-color: rgb(113,55,38); }

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

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

 span { border-color: rgb(113,55,38); }

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