#713423

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

Shades of Pueblo #713423

Tints of Pueblo #713423

Color information

#713423 (or 0x713423) is unknown color: approx Pueblo. HEX triplet: 71, 34 and 23. RGB value is (113,52,35). Sum of RGB (Red+Green+Blue) = 113+52+35=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #713423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713423 is #8ECBDC. Grayscale: #444444. Windows color (decimal): -9358301 or 2307185. OLE color: 2307185.

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

Color convert

RGB1135235-
CMYK00.540.690.56
HSL13.08º52.7%29.02%-
HSV(B)13.08º69.03%44.31%-
XYZ8.346.092.33-
YUV68.3109.21159.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 35 (14.06% from 255) = 17.5%
R=56.5%
G=26%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113523500.540.690.5613.0852.729.02
Hex7134230364538d351d
Octal161644306610570156535
Binary111000111010010001101101101000101111000110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713423; }

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

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

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

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

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

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

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

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