Html Css Color HEX #722517 Pueblo

📋 copy color: '#722517'

red 114 ◦ green 37 ◦ blue 23

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

Shades of Pueblo #722517

Tints of Pueblo #722517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.22%

R = 65.52%
G = 21.26%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#722517 (or 0x722517) is known color: Pueblo. HEX triplet: 72, 25 and 17. RGB value is (114,37,23). Sum of RGB (Red+Green+Blue) = 114+37+23=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #722517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722517 is #8DDAE8. Grayscale: #3A3A3A. Windows color (decimal): -9296617 or 1516914. OLE color: 1516914.

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

Color convert

RGB 114 37 23 -
CMYK 0 0.68 0.80 0.55
HSL 9.23º 0.66% 0.27% -
HSV(B) 9.23º 0.8% 0.45% -
XYZ 7.76 4.96 1.36 -
YUV 58.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 114 37 23 0 0.68 0.80 0.55 9.23 0.66 0.27
Hex 72 25 17 0 44 50 37 9 42 1B
Octal 162 45 27 0 104 120 67 11 102 33
Binary 1110010 100101 10111 0 1000100 1010000 110111 1001 1000010 11011

Color Harmonies of #722517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722517

Black with #722517

Text Example


Text Example

White with #722517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722517; }

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

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

background-color css

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

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

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

border-color css

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

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

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