Html Css Color HEX #713528 Pueblo

📋 copy color: '#713528'

red 113 ◦ green 53 ◦ blue 40

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

Shades of Pueblo #713528

Tints of Pueblo #713528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 54.85%
G = 25.73%
B = 19.42%

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

#713528 (or 0x713528) is known color: Pueblo. HEX triplet: 71, 35 and 28. RGB value is (113,53,40). Sum of RGB (Red+Green+Blue) = 113+53+40=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #713528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713528 is #8ECAD7. Grayscale: #454545. Windows color (decimal): -9358040 or 2635121. OLE color: 2635121.

HSL color Cylindrical-coordinate representation of color #713528: hue angle of 10.68º degrees, saturation: 0.48, 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 #713528 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 40 -
CMYK 0 0.53 0.65 0.56
HSL 10.68º 0.48% 0.3% -
HSV(B) 10.68º 0.65% 0.44% -
XYZ 8.47 6.21 2.76 -
YUV 69.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 113 53 40 0 0.53 0.65 0.56 10.68 0.48 0.3
Hex 71 35 28 0 35 41 38 B 30 1E
Octal 161 65 50 0 65 101 70 13 60 36
Binary 1110001 110101 101000 0 110101 1000001 111000 1011 110000 11110

Color Harmonies of #713528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713528

Black with #713528

Text Example


Text Example

White with #713528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713528; }

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

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

background-color css

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

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

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

border-color css

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

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

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