Html Css Color HEX #733221 Pueblo

📋 copy color: '#733221'

red 115 ◦ green 50 ◦ blue 33

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

Shades of Pueblo #733221

Tints of Pueblo #733221

RGB

 RED value IS 115 (45.31% from 255) = 58.08%

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

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

R = 58.08%
G = 25.25%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#733221 (or 0x733221) is known color: Pueblo. HEX triplet: 73, 32 and 21. RGB value is (115,50,33). Sum of RGB (Red+Green+Blue) = 115+50+33=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #733221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733221 is #8CCDDE. Grayscale: #434343. Windows color (decimal): -9227743 or 2175603. OLE color: 2175603.

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

Color convert

RGB 115 50 33 -
CMYK 0 0.57 0.71 0.55
HSL 12.44º 0.55% 0.29% -
HSV(B) 12.44º 0.71% 0.45% -
XYZ 8.49 6.04 2.16 -
YUV 67.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 115 50 33 0 0.57 0.71 0.55 12.44 0.55 0.29
Hex 73 32 21 0 39 47 37 C 37 1D
Octal 163 62 41 0 71 107 67 14 67 35
Binary 1110011 110010 100001 0 111001 1000111 110111 1100 110111 11101

Color Harmonies of #733221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733221

Black with #733221

Text Example


Text Example

White with #733221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733221; }

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

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

background-color css

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

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

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

border-color css

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

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

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