Html Css Color HEX #723428 Pueblo

📋 copy color: '#723428'

red 114 ◦ green 52 ◦ blue 40

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

Shades of Pueblo #723428

Tints of Pueblo #723428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 55.34%
G = 25.24%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#723428 (or 0x723428) is known color: Pueblo. HEX triplet: 72, 34 and 28. RGB value is (114,52,40). Sum of RGB (Red+Green+Blue) = 114+52+40=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #723428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723428 is #8DCBD7. Grayscale: #454545. Windows color (decimal): -9292760 or 2634866. OLE color: 2634866.

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

Color convert

RGB 114 52 40 -
CMYK 0 0.54 0.65 0.55
HSL 9.73º 0.48% 0.3% -
HSV(B) 9.73º 0.65% 0.45% -
XYZ 8.55 6.19 2.75 -
YUV 69.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 114 52 40 0 0.54 0.65 0.55 9.73 0.48 0.3
Hex 72 34 28 0 36 41 37 A 30 1E
Octal 162 64 50 0 66 101 67 12 60 36
Binary 1110010 110100 101000 0 110110 1000001 110111 1010 110000 11110

Color Harmonies of #723428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723428

Black with #723428

Text Example


Text Example

White with #723428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723428; }

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

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

background-color css

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

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

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

border-color css

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

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

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