Html Css Color HEX #713422 Pueblo

📋 copy color: '#713422'

red 113 ◦ green 52 ◦ blue 34

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

Shades of Pueblo #713422

Tints of Pueblo #713422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

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

R = 56.78%
G = 26.13%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#713422 (or 0x713422) is known color: Pueblo. HEX triplet: 71, 34 and 22. RGB value is (113,52,34). Sum of RGB (Red+Green+Blue) = 113+52+34=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713422 is #8ECBDD. Grayscale: #444444. Windows color (decimal): -9358302 or 2241649. OLE color: 2241649.

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

Color convert

RGB 113 52 34 -
CMYK 0 0.54 0.70 0.56
HSL 13.67º 0.54% 0.29% -
HSV(B) 13.67º 0.7% 0.44% -
XYZ 8.33 6.08 2.25 -
YUV 68.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 113 52 34 0 0.54 0.70 0.56 13.67 0.54 0.29
Hex 71 34 22 0 36 46 38 E 36 1D
Octal 161 64 42 0 66 106 70 16 66 35
Binary 1110001 110100 100010 0 110110 1000110 111000 1110 110110 11101

Color Harmonies of #713422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713422

Black with #713422

Text Example


Text Example

White with #713422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713422; }

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

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

background-color css

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

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

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

border-color css

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

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

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