Html Css Color HEX #713324 Pueblo

📋 copy color: '#713324'

red 113 ◦ green 51 ◦ blue 36

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

Shades of Pueblo #713324

Tints of Pueblo #713324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18%

R = 56.5%
G = 25.5%
B = 18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#713324 (or 0x713324) is known color: Pueblo. HEX triplet: 71, 33 and 24. RGB value is (113,51,36). Sum of RGB (Red+Green+Blue) = 113+51+36=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #713324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713324 is #8ECCDB. Grayscale: #434343. Windows color (decimal): -9358556 or 2372465. OLE color: 2372465.

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

Color convert

RGB 113 51 36 -
CMYK 0 0.55 0.68 0.56
HSL 11.69º 0.52% 0.29% -
HSV(B) 11.69º 0.68% 0.44% -
XYZ 8.31 6.01 2.39 -
YUV 67.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 113 51 36 0 0.55 0.68 0.56 11.69 0.52 0.29
Hex 71 33 24 0 37 44 38 C 34 1D
Octal 161 63 44 0 67 104 70 14 64 35
Binary 1110001 110011 100100 0 110111 1000100 111000 1100 110100 11101

Color Harmonies of #713324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713324

Black with #713324

Text Example


Text Example

White with #713324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713324; }

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

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

background-color css

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

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

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

border-color css

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

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

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