Html Css Color HEX #713928 Pueblo

📋 copy color: '#713928'

red 113 ◦ green 57 ◦ blue 40

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

Shades of Pueblo #713928

Tints of Pueblo #713928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.14%

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

R = 53.81%
G = 27.14%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#713928 (or 0x713928) is known color: Pueblo. HEX triplet: 71, 39 and 28. RGB value is (113,57,40). Sum of RGB (Red+Green+Blue) = 113+57+40=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #713928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713928 is #8EC6D7. Grayscale: #474747. Windows color (decimal): -9357016 or 2636145. OLE color: 2636145.

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

Color convert

RGB 113 57 40 -
CMYK 0 0.50 0.65 0.56
HSL 13.97º 0.48% 0.3% -
HSV(B) 13.97º 0.65% 0.44% -
XYZ 8.66 6.59 2.82 -
YUV 71.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 113 57 40 0 0.50 0.65 0.56 13.97 0.48 0.3
Hex 71 39 28 0 32 41 38 E 30 1E
Octal 161 71 50 0 62 101 70 16 60 36
Binary 1110001 111001 101000 0 110010 1000001 111000 1110 110000 11110

Color Harmonies of #713928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713928

Black with #713928

Text Example


Text Example

White with #713928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713928; }

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

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

background-color css

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

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

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

border-color css

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

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

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