Html Css Color HEX #713826 Pueblo

📋 copy color: '#713826'

red 113 ◦ green 56 ◦ blue 38

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

Shades of Pueblo #713826

Tints of Pueblo #713826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.05%

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

R = 54.59%
G = 27.05%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#713826 (or 0x713826) is known color: Pueblo. HEX triplet: 71, 38 and 26. RGB value is (113,56,38). Sum of RGB (Red+Green+Blue) = 113+56+38=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #713826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713826 is #8EC7D9. Grayscale: #474747. Windows color (decimal): -9357274 or 2504817. OLE color: 2504817.

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

Color convert

RGB 113 56 38 -
CMYK 0 0.50 0.66 0.56
HSL 14.4º 0.5% 0.3% -
HSV(B) 14.4º 0.66% 0.44% -
XYZ 8.57 6.48 2.63 -
YUV 70.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 113 56 38 0 0.50 0.66 0.56 14.4 0.5 0.3
Hex 71 38 26 0 32 42 38 E 32 1E
Octal 161 70 46 0 62 102 70 16 62 36
Binary 1110001 111000 100110 0 110010 1000010 111000 1110 110010 11110

Color Harmonies of #713826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713826

Black with #713826

Text Example


Text Example

White with #713826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713826; }

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

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

background-color css

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

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

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

border-color css

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

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

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