Html Css Color HEX #722713 Pueblo

📋 copy color: '#722713'

red 114 ◦ green 39 ◦ blue 19

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

Shades of Pueblo #722713

Tints of Pueblo #722713

RGB

 RED value IS 114 (44.92% from 255) = 66.28%

 GREEN value IS 39 (15.63% from 255) = 22.67%

 BLUE value IS 19 (7.81% from 255) = 11.05%

R = 66.28%
G = 22.67%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#722713 (or 0x722713) is known color: Pueblo. HEX triplet: 72, 27 and 13. RGB value is (114,39,19). Sum of RGB (Red+Green+Blue) = 114+39+19=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #722713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722713 is #8DD8EC. Grayscale: #3B3B3B. Windows color (decimal): -9296109 or 1255282. OLE color: 1255282.

HSL color Cylindrical-coordinate representation of color #722713: hue angle of 12.63º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #722713 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 39 19 -
CMYK 0 0.66 0.83 0.55
HSL 12.63º 0.71% 0.26% -
HSV(B) 12.63º 0.83% 0.45% -
XYZ 7.78 5.08 1.19 -
YUV 59.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 114 39 19 0 0.66 0.83 0.55 12.63 0.71 0.26
Hex 72 27 13 0 42 53 37 D 47 1A
Octal 162 47 23 0 102 123 67 15 107 32
Binary 1110010 100111 10011 0 1000010 1010011 110111 1101 1000111 11010

Color Harmonies of #722713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722713

Black with #722713

Text Example


Text Example

White with #722713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722713; }

 p { color: rgb(114,39,19); }

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

background-color css

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

 a { background-color: rgb(114,39,19); }

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

border-color css

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

 span { border-color: rgb(114,39,19); }

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