Html Css Color HEX #722512 Pueblo

📋 copy color: '#722512'

red 114 ◦ green 37 ◦ blue 18

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

Shades of Pueblo #722512

Tints of Pueblo #722512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.65%

R = 67.46%
G = 21.89%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#722512 (or 0x722512) is known color: Pueblo. HEX triplet: 72, 25 and 12. RGB value is (114,37,18). Sum of RGB (Red+Green+Blue) = 114+37+18=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #722512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722512 is #8DDAED. Grayscale: #3A3A3A. Windows color (decimal): -9296622 or 1189234. OLE color: 1189234.

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

Color convert

RGB 114 37 18 -
CMYK 0 0.68 0.84 0.55
HSL 11.88º 0.73% 0.26% -
HSV(B) 11.88º 0.84% 0.45% -
XYZ 7.71 4.94 1.12 -
YUV 57.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 114 37 18 0 0.68 0.84 0.55 11.88 0.73 0.26
Hex 72 25 12 0 44 54 37 C 49 1A
Octal 162 45 22 0 104 124 67 14 111 32
Binary 1110010 100101 10010 0 1000100 1010100 110111 1100 1001001 11010

Color Harmonies of #722512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722512

Black with #722512

Text Example


Text Example

White with #722512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722512; }

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

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

background-color css

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

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

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

border-color css

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

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

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