Html Css Color HEX #733321 Pueblo

📋 copy color: '#733321'

red 115 ◦ green 51 ◦ blue 33

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

Shades of Pueblo #733321

Tints of Pueblo #733321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

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

R = 57.79%
G = 25.63%
B = 16.58%

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

#733321 (or 0x733321) is known color: Pueblo. HEX triplet: 73, 33 and 21. RGB value is (115,51,33). Sum of RGB (Red+Green+Blue) = 115+51+33=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #733321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733321 is #8CCCDE. Grayscale: #444444. Windows color (decimal): -9227487 or 2175859. OLE color: 2175859.

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

Color convert

RGB 115 51 33 -
CMYK 0 0.56 0.71 0.55
HSL 13.17º 0.55% 0.29% -
HSV(B) 13.17º 0.71% 0.45% -
XYZ 8.53 6.12 2.17 -
YUV 68.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 115 51 33 0 0.56 0.71 0.55 13.17 0.55 0.29
Hex 73 33 21 0 38 47 37 D 37 1D
Octal 163 63 41 0 70 107 67 15 67 35
Binary 1110011 110011 100001 0 111000 1000111 110111 1101 110111 11101

Color Harmonies of #733321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733321

Black with #733321

Text Example


Text Example

White with #733321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733321; }

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

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

background-color css

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

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

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

border-color css

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

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

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