Html Css Color HEX #713420 Pueblo

📋 copy color: '#713420'

red 113 ◦ green 52 ◦ blue 32

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

Shades of Pueblo #713420

Tints of Pueblo #713420

RGB

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

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

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

R = 57.36%
G = 26.4%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#713420 (or 0x713420) is known color: Pueblo. HEX triplet: 71, 34 and 20. RGB value is (113,52,32). Sum of RGB (Red+Green+Blue) = 113+52+32=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #713420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713420 is #8ECBDF. Grayscale: #444444. Windows color (decimal): -9358304 or 2110577. OLE color: 2110577.

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

Color convert

RGB 113 52 32 -
CMYK 0 0.54 0.72 0.56
HSL 14.81º 0.56% 0.28% -
HSV(B) 14.81º 0.72% 0.44% -
XYZ 8.3 6.07 2.1 -
YUV 67.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 113 52 32 0 0.54 0.72 0.56 14.81 0.56 0.28
Hex 71 34 20 0 36 48 38 F 38 1C
Octal 161 64 40 0 66 110 70 17 70 34
Binary 1110001 110100 100000 0 110110 1001000 111000 1111 111000 11100

Color Harmonies of #713420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713420

Black with #713420

Text Example


Text Example

White with #713420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713420; }

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

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

background-color css

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

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

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

border-color css

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

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

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