#713426

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

Shades of Pueblo #713426

Tints of Pueblo #713426

Color information

#713426 (or 0x713426) is unknown color: approx Pueblo. HEX triplet: 71, 34 and 26. RGB value is (113,52,38). Sum of RGB (Red+Green+Blue) = 113+52+38=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713426 is #8ECBD9. Grayscale: #444444. Windows color (decimal): -9358298 or 2503793. OLE color: 2503793.

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

Color convert

RGB1135238-
CMYK00.540.660.56
HSL11.2º49.67%29.61%-
HSV(B)11.2º66.37%44.31%-
XYZ8.396.112.57-
YUV68.64110.71159.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 38 (15.23% from 255) = 18.72%
R=55.67%
G=25.62%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113523800.540.660.5611.249.6729.61
Hex7134260364238b321e
Octal161644606610270136236
Binary111000111010010011001101101000010111000101111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713426; }

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

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

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

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

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

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

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

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