#713625

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

Shades of Pueblo #713625

Tints of Pueblo #713625

Color information

#713625 (or 0x713625) is unknown color: approx Pueblo. HEX triplet: 71, 36 and 25. RGB value is (113,54,37). Sum of RGB (Red+Green+Blue) = 113+54+37=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #713625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713625 is #8EC9DA. Grayscale: #454545. Windows color (decimal): -9357787 or 2438769. OLE color: 2438769.

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

Color convert

RGB1135437-
CMYK00.520.670.56
HSL13.42º50.67%29.41%-
HSV(B)13.42º67.26%44.31%-
XYZ8.466.282.52-
YUV69.7109.55158.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=55.39%
G=26.47%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113543700.520.670.5613.4250.6729.41
Hex7136250344338d331d
Octal161664506410370156335
Binary111000111011010010101101001000011111000110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713625; }

 p { color: rgb(113,54,37); }

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

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

 a { background-color: rgb(113,54,37); }

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

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

 span { border-color: rgb(113,54,37); }

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