Html Css Color HEX #713320 Pueblo

📋 copy color: '#713320'

red 113 ◦ green 51 ◦ blue 32

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

Shades of Pueblo #713320

Tints of Pueblo #713320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

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

R = 57.65%
G = 26.02%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#713320 (or 0x713320) is known color: Pueblo. HEX triplet: 71, 33 and 20. RGB value is (113,51,32). Sum of RGB (Red+Green+Blue) = 113+51+32=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #713320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713320 is #8ECCDF. Grayscale: #434343. Windows color (decimal): -9358560 or 2110321. OLE color: 2110321.

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

Color convert

RGB 113 51 32 -
CMYK 0 0.55 0.72 0.56
HSL 14.07º 0.56% 0.28% -
HSV(B) 14.07º 0.72% 0.44% -
XYZ 8.25 5.98 2.09 -
YUV 67.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 113 51 32 0 0.55 0.72 0.56 14.07 0.56 0.28
Hex 71 33 20 0 37 48 38 E 38 1C
Octal 161 63 40 0 67 110 70 16 70 34
Binary 1110001 110011 100000 0 110111 1001000 111000 1110 111000 11100

Color Harmonies of #713320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713320

Black with #713320

Text Example


Text Example

White with #713320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713320; }

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

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

background-color css

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

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

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

border-color css

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

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

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