#713023

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

Shades of Pueblo #713023

Tints of Pueblo #713023

Color information

#713023 (or 0x713023) is unknown color: approx Pueblo. HEX triplet: 71, 30 and 23. RGB value is (113,48,35). Sum of RGB (Red+Green+Blue) = 113+48+35=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #713023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713023 is #8ECFDC. Grayscale: #424242. Windows color (decimal): -9359325 or 2306161. OLE color: 2306161.

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

Color convert

RGB1134835-
CMYK00.580.690.56
HSL10º52.7%29.02%-
HSV(B)10º69.03%44.31%-
XYZ8.175.752.27-
YUV65.95110.53161.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.65%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=57.65%
G=24.49%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113483500.580.690.561052.729.02
Hex71302303A4538a351d
Octal161604307210570126535
Binary111000111000010001101110101000101111000101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713023; }

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

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

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

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

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

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

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

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