#713422

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

Shades of Pueblo #713422

Tints of Pueblo #713422

Color information

#713422 (or 0x713422) is unknown color: approx Pueblo. HEX triplet: 71, 34 and 22. RGB value is (113,52,34). Sum of RGB (Red+Green+Blue) = 113+52+34=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713422 is #8ECBDD. Grayscale: #444444. Windows color (decimal): -9358302 or 2241649. OLE color: 2241649.

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

Color convert

RGB1135234-
CMYK00.540.700.56
HSL13.67º53.74%28.82%-
HSV(B)13.67º69.91%44.31%-
XYZ8.336.082.25-
YUV68.19108.71159.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=56.78%
G=26.13%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113523400.540.700.5613.6753.7428.82
Hex7134220364638e361d
Octal161644206610670166635
Binary111000111010010001001101101000110111000111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713422; }

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

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

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

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

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

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

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

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