#713225

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

Shades of Pueblo #713225

Tints of Pueblo #713225

Color information

#713225 (or 0x713225) is unknown color: approx Pueblo. HEX triplet: 71, 32 and 25. RGB value is (113,50,37). Sum of RGB (Red+Green+Blue) = 113+50+37=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #713225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713225 is #8ECDDA. Grayscale: #434343. Windows color (decimal): -9358811 or 2437745. OLE color: 2437745.

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

Color convert

RGB1135037-
CMYK00.560.670.56
HSL10.26º50.67%29.41%-
HSV(B)10.26º67.26%44.31%-
XYZ8.285.932.46-
YUV67.36110.87160.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=56.5%
G=25%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113503700.560.670.5610.2650.6729.41
Hex7132250384338a331d
Octal161624507010370126335
Binary111000111001010010101110001000011111000101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713225; }

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

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

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

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

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

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

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

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