Html Css Color HEX #713225 Pueblo

📋 copy color: '#713225'

red 113 ◦ green 50 ◦ blue 37

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

Shades of Pueblo #713225

Tints of Pueblo #713225

RGB

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

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

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

R = 56.5%
G = 25%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#713225 (or 0x713225) is known color: Pueblo. HEX triplet: 71, 32 and 25. RGB value is (113,50,37). Sum of RGB (Red+Green+Blue) = 113+50+37=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #713225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713225 is #8ECDDA. Grayscale: #434343. Windows color (decimal): -9358811 or 2437745. OLE color: 2437745.

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

Color convert

RGB 113 50 37 -
CMYK 0 0.56 0.67 0.56
HSL 10.26º 0.51% 0.29% -
HSV(B) 10.26º 0.67% 0.44% -
XYZ 8.28 5.93 2.46 -
YUV 67.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 113 50 37 0 0.56 0.67 0.56 10.26 0.51 0.29
Hex 71 32 25 0 38 43 38 A 33 1D
Octal 161 62 45 0 70 103 70 12 63 35
Binary 1110001 110010 100101 0 111000 1000011 111000 1010 110011 11101

Color Harmonies of #713225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713225

Black with #713225

Text Example


Text Example

White with #713225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713225; }

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

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

background-color css

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

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

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

border-color css

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

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

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