Html Css Color HEX #722516 Pueblo

📋 copy color: '#722516'

red 114 ◦ green 37 ◦ blue 22

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

Shades of Pueblo #722516

Tints of Pueblo #722516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 65.9%
G = 21.39%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#722516 (or 0x722516) is known color: Pueblo. HEX triplet: 72, 25 and 16. RGB value is (114,37,22). Sum of RGB (Red+Green+Blue) = 114+37+22=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #722516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722516 is #8DDAE9. Grayscale: #3A3A3A. Windows color (decimal): -9296618 or 1451378. OLE color: 1451378.

HSL color Cylindrical-coordinate representation of color #722516: hue angle of 9.78º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #722516 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 37 22 -
CMYK 0 0.68 0.81 0.55
HSL 9.78º 0.68% 0.27% -
HSV(B) 9.78º 0.81% 0.45% -
XYZ 7.75 4.96 1.31 -
YUV 58.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 114 37 22 0 0.68 0.81 0.55 9.78 0.68 0.27
Hex 72 25 16 0 44 51 37 A 44 1B
Octal 162 45 26 0 104 121 67 12 104 33
Binary 1110010 100101 10110 0 1000100 1010001 110111 1010 1000100 11011

Color Harmonies of #722516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722516

Black with #722516

Text Example


Text Example

White with #722516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722516; }

 p { color: rgb(114,37,22); }

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

background-color css

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

 a { background-color: rgb(114,37,22); }

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

border-color css

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

 span { border-color: rgb(114,37,22); }

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