Html Css Color HEX #713019 Pueblo

📋 copy color: '#713019'

red 113 ◦ green 48 ◦ blue 25

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

Shades of Pueblo #713019

Tints of Pueblo #713019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

 BLUE value IS 25 (10.16% from 255) = 13.44%

R = 60.75%
G = 25.81%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#713019 (or 0x713019) is known color: Pueblo. HEX triplet: 71, 30 and 19. RGB value is (113,48,25). Sum of RGB (Red+Green+Blue) = 113+48+25=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #713019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713019 is #8ECFE6. Grayscale: #404040. Windows color (decimal): -9359335 or 1650801. OLE color: 1650801.

HSL color Cylindrical-coordinate representation of color #713019: hue angle of 15.68º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #713019 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 25 -
CMYK 0 0.58 0.78 0.56
HSL 15.68º 0.64% 0.27% -
HSV(B) 15.68º 0.78% 0.44% -
XYZ 8.04 5.69 1.6 -
YUV 64.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 113 48 25 0 0.58 0.78 0.56 15.68 0.64 0.27
Hex 71 30 19 0 3A 4E 38 10 40 1B
Octal 161 60 31 0 72 116 70 20 100 33
Binary 1110001 110000 11001 0 111010 1001110 111000 10000 1000000 11011

Color Harmonies of #713019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713019

Black with #713019

Text Example


Text Example

White with #713019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713019; }

 p { color: rgb(113,48,25); }

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

background-color css

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

 a { background-color: rgb(113,48,25); }

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

border-color css

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

 span { border-color: rgb(113,48,25); }

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