Html Css Color HEX #722513 Pueblo

📋 copy color: '#722513'

red 114 ◦ green 37 ◦ blue 19

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

Shades of Pueblo #722513

Tints of Pueblo #722513

RGB

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

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

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

R = 67.06%
G = 21.76%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#722513 (or 0x722513) is known color: Pueblo. HEX triplet: 72, 25 and 13. RGB value is (114,37,19). Sum of RGB (Red+Green+Blue) = 114+37+19=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #722513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722513 is #8DDAEC. Grayscale: #3A3A3A. Windows color (decimal): -9296621 or 1254770. OLE color: 1254770.

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

Color convert

RGB 114 37 19 -
CMYK 0 0.68 0.83 0.55
HSL 11.37º 0.71% 0.26% -
HSV(B) 11.37º 0.83% 0.45% -
XYZ 7.72 4.95 1.16 -
YUV 57.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 114 37 19 0 0.68 0.83 0.55 11.37 0.71 0.26
Hex 72 25 13 0 44 53 37 B 47 1A
Octal 162 45 23 0 104 123 67 13 107 32
Binary 1110010 100101 10011 0 1000100 1010011 110111 1011 1000111 11010

Color Harmonies of #722513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722513

Black with #722513

Text Example


Text Example

White with #722513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722513; }

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

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

background-color css

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

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

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

border-color css

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

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

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