#713425

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

Shades of Pueblo #713425

Tints of Pueblo #713425

Color information

#713425 (or 0x713425) is unknown color: approx Pueblo. HEX triplet: 71, 34 and 25. RGB value is (113,52,37). Sum of RGB (Red+Green+Blue) = 113+52+37=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #713425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713425 is #8ECBDA. Grayscale: #444444. Windows color (decimal): -9358299 or 2438257. OLE color: 2438257.

HSL color Cylindrical-coordinate representation of color #713425: hue angle of 11.84º 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 #713425 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1135237-
CMYK00.540.670.56
HSL11.84º50.67%29.41%-
HSV(B)11.84º67.26%44.31%-
XYZ8.376.12.49-
YUV68.53110.21159.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=55.94%
G=25.74%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113523700.540.670.5611.8450.6729.41
Hex7134250364338c331d
Octal161644506610370146335
Binary111000111010010010101101101000011111000110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713425; }

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

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

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

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

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

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

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

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