#713025

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

Shades of Pueblo #713025

Tints of Pueblo #713025

Color information

#713025 (or 0x713025) is unknown color: approx Pueblo. HEX triplet: 71, 30 and 25. RGB value is (113,48,37). Sum of RGB (Red+Green+Blue) = 113+48+37=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #713025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713025 is #8ECFDA. Grayscale: #424242. Windows color (decimal): -9359323 or 2437233. OLE color: 2437233.

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

Color convert

RGB1134837-
CMYK00.580.670.56
HSL8.68º50.67%29.41%-
HSV(B)8.68º67.26%44.31%-
XYZ8.25.762.43-
YUV66.18111.53161.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.07%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=57.07%
G=24.24%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113483700.580.670.568.6850.6729.41
Hex71302503A43389331d
Octal161604507210370116335
Binary111000111000010010101110101000011111000100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713025; }

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

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

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

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

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

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

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

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