Html Css Color HEX #723229 Pueblo

📋 copy color: '#723229'

red 114 ◦ green 50 ◦ blue 41

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

Shades of Pueblo #723229

Tints of Pueblo #723229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

 BLUE value IS 41 (16.41% from 255) = 20%

R = 55.61%
G = 24.39%
B = 20%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#723229 (or 0x723229) is known color: Pueblo. HEX triplet: 72, 32 and 29. RGB value is (114,50,41). Sum of RGB (Red+Green+Blue) = 114+50+41=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #723229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723229 is #8DCDD6. Grayscale: #444444. Windows color (decimal): -9293271 or 2699890. OLE color: 2699890.

HSL color Cylindrical-coordinate representation of color #723229: hue angle of 7.4º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #723229 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 50 41 -
CMYK 0 0.56 0.64 0.55
HSL 7.4º 0.47% 0.3% -
HSV(B) 7.4º 0.64% 0.45% -
XYZ 8.48 6.02 2.81 -
YUV 68.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 114 50 41 0 0.56 0.64 0.55 7.4 0.47 0.3
Hex 72 32 29 0 38 40 37 7 2F 1E
Octal 162 62 51 0 70 100 67 7 57 36
Binary 1110010 110010 101001 0 111000 1000000 110111 111 101111 11110

Color Harmonies of #723229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723229

Black with #723229

Text Example


Text Example

White with #723229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723229; }

 p { color: rgb(114,50,41); }

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

background-color css

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

 a { background-color: rgb(114,50,41); }

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

border-color css

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

 span { border-color: rgb(114,50,41); }

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