Html Css Color HEX #722518 Pueblo

📋 copy color: '#722518'

red 114 ◦ green 37 ◦ blue 24

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

Shades of Pueblo #722518

Tints of Pueblo #722518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.71%

R = 65.14%
G = 21.14%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#722518 (or 0x722518) is known color: Pueblo. HEX triplet: 72, 25 and 18. RGB value is (114,37,24). Sum of RGB (Red+Green+Blue) = 114+37+24=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #722518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722518 is #8DDAE7. Grayscale: #3A3A3A. Windows color (decimal): -9296616 or 1582450. OLE color: 1582450.

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

Color convert

RGB 114 37 24 -
CMYK 0 0.68 0.79 0.55
HSL 8.67º 0.65% 0.27% -
HSV(B) 8.67º 0.79% 0.45% -
XYZ 7.77 4.97 1.41 -
YUV 58.54 108.51 167.56 -
System Red Green Blue C M Y K H S L
Decimal 114 37 24 0 0.68 0.79 0.55 8.67 0.65 0.27
Hex 72 25 18 0 44 4F 37 9 41 1B
Octal 162 45 30 0 104 117 67 11 101 33
Binary 1110010 100101 11000 0 1000100 1001111 110111 1001 1000001 11011

Color Harmonies of #722518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722518

Black with #722518

Text Example


Text Example

White with #722518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722518; }

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

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

background-color css

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

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

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

border-color css

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

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

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