Html Css Color HEX #723221 Pueblo

📋 copy color: '#723221'

red 114 ◦ green 50 ◦ blue 33

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

Shades of Pueblo #723221

Tints of Pueblo #723221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.75%

R = 57.87%
G = 25.38%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#723221 (or 0x723221) is known color: Pueblo. HEX triplet: 72, 32 and 21. RGB value is (114,50,33). Sum of RGB (Red+Green+Blue) = 114+50+33=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #723221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723221 is #8DCDDE. Grayscale: #434343. Windows color (decimal): -9293279 or 2175602. OLE color: 2175602.

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

Color convert

RGB 114 50 33 -
CMYK 0 0.56 0.71 0.55
HSL 12.59º 0.55% 0.29% -
HSV(B) 12.59º 0.71% 0.45% -
XYZ 8.35 5.97 2.15 -
YUV 67.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 114 50 33 0 0.56 0.71 0.55 12.59 0.55 0.29
Hex 72 32 21 0 38 47 37 D 37 1D
Octal 162 62 41 0 70 107 67 15 67 35
Binary 1110010 110010 100001 0 111000 1000111 110111 1101 110111 11101

Color Harmonies of #723221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723221

Black with #723221

Text Example


Text Example

White with #723221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723221; }

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

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

background-color css

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

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

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

border-color css

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

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

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