Html Css Color HEX #713220 Pueblo

📋 copy color: '#713220'

red 113 ◦ green 50 ◦ blue 32

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

Shades of Pueblo #713220

Tints of Pueblo #713220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 57.95%
G = 25.64%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#713220 (or 0x713220) is known color: Pueblo. HEX triplet: 71, 32 and 20. RGB value is (113,50,32). Sum of RGB (Red+Green+Blue) = 113+50+32=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #713220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713220 is #8ECDDF. Grayscale: #424242. Windows color (decimal): -9358816 or 2110065. OLE color: 2110065.

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

Color convert

RGB 113 50 32 -
CMYK 0 0.56 0.72 0.56
HSL 13.33º 0.56% 0.28% -
HSV(B) 13.33º 0.72% 0.44% -
XYZ 8.21 5.9 2.07 -
YUV 66.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 113 50 32 0 0.56 0.72 0.56 13.33 0.56 0.28
Hex 71 32 20 0 38 48 38 D 38 1C
Octal 161 62 40 0 70 110 70 15 70 34
Binary 1110001 110010 100000 0 111000 1001000 111000 1101 111000 11100

Color Harmonies of #713220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713220

Black with #713220

Text Example


Text Example

White with #713220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713220; }

 p { color: rgb(113,50,32); }

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

background-color css

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

 a { background-color: rgb(113,50,32); }

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

border-color css

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

 span { border-color: rgb(113,50,32); }

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