#713122

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

Shades of Pueblo #713122

Tints of Pueblo #713122

Color information

#713122 (or 0x713122) is unknown color: approx Pueblo. HEX triplet: 71, 31 and 22. RGB value is (113,49,34). Sum of RGB (Red+Green+Blue) = 113+49+34=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #713122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713122 is #8ECEDD. Grayscale: #424242. Windows color (decimal): -9359070 or 2240881. OLE color: 2240881.

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

Color convert

RGB1134934-
CMYK00.570.700.56
HSL11.39º53.74%28.82%-
HSV(B)11.39º69.91%44.31%-
XYZ8.25.822.21-
YUV66.43109.7161.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.65%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 34 (13.67% from 255) = 17.35%
R=57.65%
G=25%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113493400.570.700.5611.3953.7428.82
Hex7131220394638b361d
Octal161614207110670136635
Binary111000111000110001001110011000110111000101111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713122; }

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

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

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

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

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

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

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

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