Html Css Color HEX #713527 Pueblo

📋 copy color: '#713527'

red 113 ◦ green 53 ◦ blue 39

#713527
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pueblo #713527

Tints of Pueblo #713527

RGB

 RED value IS 113 (44.53% from 255) = 55.12%

 GREEN value IS 53 (21.09% from 255) = 25.85%

 BLUE value IS 39 (15.63% from 255) = 19.02%

R = 55.12%
G = 25.85%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#713527 (or 0x713527) is known color: Pueblo. HEX triplet: 71, 35 and 27. RGB value is (113,53,39). Sum of RGB (Red+Green+Blue) = 113+53+39=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #713527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713527 is #8ECAD8. Grayscale: #454545. Windows color (decimal): -9358041 or 2569585. OLE color: 2569585.

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

Color convert

RGB 113 53 39 -
CMYK 0 0.53 0.65 0.56
HSL 11.35º 0.49% 0.3% -
HSV(B) 11.35º 0.65% 0.44% -
XYZ 8.45 6.2 2.67 -
YUV 69.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 113 53 39 0 0.53 0.65 0.56 11.35 0.49 0.3
Hex 71 35 27 0 35 41 38 B 31 1E
Octal 161 65 47 0 65 101 70 13 61 36
Binary 1110001 110101 100111 0 110101 1000001 111000 1011 110001 11110

Color Harmonies of #713527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713527

Black with #713527

Text Example


Text Example

White with #713527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713527; }

 p { color: rgb(113,53,39); }

 H1.HeaderClassName
 {
   color: #713527;
 }
 .AnyTagClassName
 {
   color: #713527;
 }
</style>

background-color css

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

 a { background-color: rgb(113,53,39); }

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

border-color css

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

 span { border-color: rgb(113,53,39); }

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