Html Css Color HEX #723429 Pueblo

📋 copy color: '#723429'

red 114 ◦ green 52 ◦ blue 41

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

Shades of Pueblo #723429

Tints of Pueblo #723429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

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

R = 55.07%
G = 25.12%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#723429 (or 0x723429) is known color: Pueblo. HEX triplet: 72, 34 and 29. RGB value is (114,52,41). Sum of RGB (Red+Green+Blue) = 114+52+41=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #723429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723429 is #8DCBD6. Grayscale: #454545. Windows color (decimal): -9292759 or 2700402. OLE color: 2700402.

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

Color convert

RGB 114 52 41 -
CMYK 0 0.54 0.64 0.55
HSL 9.04º 0.47% 0.3% -
HSV(B) 9.04º 0.64% 0.45% -
XYZ 8.57 6.19 2.84 -
YUV 69.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 114 52 41 0 0.54 0.64 0.55 9.04 0.47 0.3
Hex 72 34 29 0 36 40 37 9 2F 1E
Octal 162 64 51 0 66 100 67 11 57 36
Binary 1110010 110100 101001 0 110110 1000000 110111 1001 101111 11110

Color Harmonies of #723429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723429

Black with #723429

Text Example


Text Example

White with #723429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723429; }

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

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

background-color css

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

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

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

border-color css

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

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

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