Html Css Color HEX #722613 Pueblo

📋 copy color: '#722613'

red 114 ◦ green 38 ◦ blue 19

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

Shades of Pueblo #722613

Tints of Pueblo #722613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.22%

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

R = 66.67%
G = 22.22%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#722613 (or 0x722613) is known color: Pueblo. HEX triplet: 72, 26 and 13. RGB value is (114,38,19). Sum of RGB (Red+Green+Blue) = 114+38+19=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #722613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722613 is #8DD9EC. Grayscale: #3A3A3A. Windows color (decimal): -9296365 or 1255026. OLE color: 1255026.

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

Color convert

RGB 114 38 19 -
CMYK 0 0.67 0.83 0.55
HSL 12º 0.71% 0.26% -
HSV(B) 12º 0.83% 0.45% -
XYZ 7.75 5.01 1.17 -
YUV 58.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 114 38 19 0 0.67 0.83 0.55 12 0.71 0.26
Hex 72 26 13 0 43 53 37 C 47 1A
Octal 162 46 23 0 103 123 67 14 107 32
Binary 1110010 100110 10011 0 1000011 1010011 110111 1100 1000111 11010

Color Harmonies of #722613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722613

Black with #722613

Text Example


Text Example

White with #722613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722613; }

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

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

background-color css

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

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

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

border-color css

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

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

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