Html Css Color HEX #713727 Pueblo

📋 copy color: '#713727'

red 113 ◦ green 55 ◦ blue 39

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

Shades of Pueblo #713727

Tints of Pueblo #713727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.57%

 BLUE value IS 39 (15.63% from 255) = 18.84%

R = 54.59%
G = 26.57%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#713727 (or 0x713727) is known color: Pueblo. HEX triplet: 71, 37 and 27. RGB value is (113,55,39). Sum of RGB (Red+Green+Blue) = 113+55+39=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #713727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713727 is #8EC8D8. Grayscale: #464646. Windows color (decimal): -9357529 or 2570097. OLE color: 2570097.

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

Color convert

RGB 113 55 39 -
CMYK 0 0.51 0.65 0.56
HSL 12.97º 0.49% 0.3% -
HSV(B) 12.97º 0.65% 0.44% -
XYZ 8.54 6.39 2.7 -
YUV 70.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 113 55 39 0 0.51 0.65 0.56 12.97 0.49 0.3
Hex 71 37 27 0 33 41 38 D 31 1E
Octal 161 67 47 0 63 101 70 15 61 36
Binary 1110001 110111 100111 0 110011 1000001 111000 1101 110001 11110

Color Harmonies of #713727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713727

Black with #713727

Text Example


Text Example

White with #713727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713727; }

 p { color: rgb(113,55,39); }

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

background-color css

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

 a { background-color: rgb(113,55,39); }

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

border-color css

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

 span { border-color: rgb(113,55,39); }

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