Html Css Color HEX #713725 Pueblo

📋 copy color: '#713725'

red 113 ◦ green 55 ◦ blue 37

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

Shades of Pueblo #713725

Tints of Pueblo #713725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.05%

R = 55.12%
G = 26.83%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#713725 (or 0x713725) is known color: Pueblo. HEX triplet: 71, 37 and 25. RGB value is (113,55,37). Sum of RGB (Red+Green+Blue) = 113+55+37=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #713725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713725 is #8EC8DA. Grayscale: #464646. Windows color (decimal): -9357531 or 2439025. OLE color: 2439025.

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

Color convert

RGB 113 55 37 -
CMYK 0 0.51 0.67 0.56
HSL 14.21º 0.51% 0.29% -
HSV(B) 14.21º 0.67% 0.44% -
XYZ 8.51 6.38 2.53 -
YUV 70.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 113 55 37 0 0.51 0.67 0.56 14.21 0.51 0.29
Hex 71 37 25 0 33 43 38 E 33 1D
Octal 161 67 45 0 63 103 70 16 63 35
Binary 1110001 110111 100101 0 110011 1000011 111000 1110 110011 11101

Color Harmonies of #713725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713725

Black with #713725

Text Example


Text Example

White with #713725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713725; }

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

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

background-color css

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

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

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

border-color css

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

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

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