Html Css Color HEX #713228 Pueblo

📋 copy color: '#713228'

red 113 ◦ green 50 ◦ blue 40

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

Shades of Pueblo #713228

Tints of Pueblo #713228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

 BLUE value IS 40 (16.02% from 255) = 19.7%

R = 55.67%
G = 24.63%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#713228 (or 0x713228) is known color: Pueblo. HEX triplet: 71, 32 and 28. RGB value is (113,50,40). Sum of RGB (Red+Green+Blue) = 113+50+40=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713228 is #8ECDD7. Grayscale: #434343. Windows color (decimal): -9358808 or 2634353. OLE color: 2634353.

HSL color Cylindrical-coordinate representation of color #713228: hue angle of 8.22º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #713228 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 50 40 -
CMYK 0 0.56 0.65 0.56
HSL 8.22º 0.48% 0.3% -
HSV(B) 8.22º 0.65% 0.44% -
XYZ 8.33 5.95 2.72 -
YUV 67.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 113 50 40 0 0.56 0.65 0.56 8.22 0.48 0.3
Hex 71 32 28 0 38 41 38 8 30 1E
Octal 161 62 50 0 70 101 70 10 60 36
Binary 1110001 110010 101000 0 111000 1000001 111000 1000 110000 11110

Color Harmonies of #713228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713228

Black with #713228

Text Example


Text Example

White with #713228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713228; }

 p { color: rgb(113,50,40); }

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

background-color css

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

 a { background-color: rgb(113,50,40); }

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

border-color css

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

 span { border-color: rgb(113,50,40); }

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