Html Css Color HEX #713222 Pueblo

📋 copy color: '#713222'

red 113 ◦ green 50 ◦ blue 34

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

Shades of Pueblo #713222

Tints of Pueblo #713222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.26%

R = 57.36%
G = 25.38%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#713222 (or 0x713222) is known color: Pueblo. HEX triplet: 71, 32 and 22. RGB value is (113,50,34). Sum of RGB (Red+Green+Blue) = 113+50+34=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #713222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713222 is #8ECDDD. Grayscale: #434343. Windows color (decimal): -9358814 or 2241137. OLE color: 2241137.

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

Color convert

RGB 113 50 34 -
CMYK 0 0.56 0.70 0.56
HSL 12.15º 0.54% 0.29% -
HSV(B) 12.15º 0.7% 0.44% -
XYZ 8.24 5.91 2.22 -
YUV 67.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 113 50 34 0 0.56 0.70 0.56 12.15 0.54 0.29
Hex 71 32 22 0 38 46 38 C 36 1D
Octal 161 62 42 0 70 106 70 14 66 35
Binary 1110001 110010 100010 0 111000 1000110 111000 1100 110110 11101

Color Harmonies of #713222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713222

Black with #713222

Text Example


Text Example

White with #713222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713222; }

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

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

background-color css

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

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

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

border-color css

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

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

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