Html Css Color HEX #713428 Pueblo

📋 copy color: '#713428'

red 113 ◦ green 52 ◦ blue 40

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

Shades of Pueblo #713428

Tints of Pueblo #713428

RGB

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

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

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

R = 55.12%
G = 25.37%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#713428 (or 0x713428) is known color: Pueblo. HEX triplet: 71, 34 and 28. RGB value is (113,52,40). Sum of RGB (Red+Green+Blue) = 113+52+40=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #713428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713428 is #8ECBD7. Grayscale: #444444. Windows color (decimal): -9358296 or 2634865. OLE color: 2634865.

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

Color convert

RGB 113 52 40 -
CMYK 0 0.54 0.65 0.56
HSL 9.86º 0.48% 0.3% -
HSV(B) 9.86º 0.65% 0.44% -
XYZ 8.42 6.12 2.74 -
YUV 68.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 113 52 40 0 0.54 0.65 0.56 9.86 0.48 0.3
Hex 71 34 28 0 36 41 38 A 30 1E
Octal 161 64 50 0 66 101 70 12 60 36
Binary 1110001 110100 101000 0 110110 1000001 111000 1010 110000 11110

Color Harmonies of #713428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713428

Black with #713428

Text Example


Text Example

White with #713428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713428; }

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

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

background-color css

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

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

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

border-color css

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

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

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