Html Css Color HEX #713122 Pueblo

📋 copy color: '#713122'

red 113 ◦ green 49 ◦ blue 34

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

Shades of Pueblo #713122

Tints of Pueblo #713122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25%

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

R = 57.65%
G = 25%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#713122 (or 0x713122) is known color: Pueblo. HEX triplet: 71, 31 and 22. RGB value is (113,49,34). Sum of RGB (Red+Green+Blue) = 113+49+34=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #713122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713122 is #8ECEDD. Grayscale: #424242. Windows color (decimal): -9359070 or 2240881. OLE color: 2240881.

HSL color Cylindrical-coordinate representation of color #713122: hue angle of 11.39º 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 #713122 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 34 -
CMYK 0 0.57 0.70 0.56
HSL 11.39º 0.54% 0.29% -
HSV(B) 11.39º 0.7% 0.44% -
XYZ 8.2 5.82 2.21 -
YUV 66.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 113 49 34 0 0.57 0.70 0.56 11.39 0.54 0.29
Hex 71 31 22 0 39 46 38 B 36 1D
Octal 161 61 42 0 71 106 70 13 66 35
Binary 1110001 110001 100010 0 111001 1000110 111000 1011 110110 11101

Color Harmonies of #713122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713122

Black with #713122

Text Example


Text Example

White with #713122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713122; }

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

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

background-color css

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

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

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

border-color css

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

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

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