Html Css Color HEX #713426 Pueblo

📋 copy color: '#713426'

red 113 ◦ green 52 ◦ blue 38

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

Shades of Pueblo #713426

Tints of Pueblo #713426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.72%

R = 55.67%
G = 25.62%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#713426 (or 0x713426) is known color: Pueblo. HEX triplet: 71, 34 and 26. RGB value is (113,52,38). Sum of RGB (Red+Green+Blue) = 113+52+38=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713426 is #8ECBD9. Grayscale: #444444. Windows color (decimal): -9358298 or 2503793. OLE color: 2503793.

HSL color Cylindrical-coordinate representation of color #713426: hue angle of 11.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #713426 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 38 -
CMYK 0 0.54 0.66 0.56
HSL 11.2º 0.5% 0.3% -
HSV(B) 11.2º 0.66% 0.44% -
XYZ 8.39 6.11 2.57 -
YUV 68.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 113 52 38 0 0.54 0.66 0.56 11.2 0.5 0.3
Hex 71 34 26 0 36 42 38 B 32 1E
Octal 161 64 46 0 66 102 70 13 62 36
Binary 1110001 110100 100110 0 110110 1000010 111000 1011 110010 11110

Color Harmonies of #713426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713426

Black with #713426

Text Example


Text Example

White with #713426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713426; }

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

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

background-color css

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

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

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

border-color css

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

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

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