#713828

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

Shades of Pueblo #713828

Tints of Pueblo #713828

Color information

#713828 (or 0x713828) is unknown color: approx Pueblo. HEX triplet: 71, 38 and 28. RGB value is (113,56,40). Sum of RGB (Red+Green+Blue) = 113+56+40=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #713828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713828 is #8EC7D7. Grayscale: #474747. Windows color (decimal): -9357272 or 2635889. OLE color: 2635889.

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

Color convert

RGB1135640-
CMYK00.500.650.56
HSL13.15º47.71%30%-
HSV(B)13.15º64.6%44.31%-
XYZ8.616.492.81-
YUV71.22110.38157.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=54.07%
G=26.79%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113564000.500.650.5613.1547.7130
Hex7138280324138d301e
Octal161705006210170156036
Binary111000111100010100001100101000001111000110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713828; }

 p { color: rgb(113,56,40); }

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

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

 a { background-color: rgb(113,56,40); }

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

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

 span { border-color: rgb(113,56,40); }

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