Html Css Color HEX #743321 Pueblo

📋 copy color: '#743321'

red 116 ◦ green 51 ◦ blue 33

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

Shades of Pueblo #743321

Tints of Pueblo #743321

RGB

 RED value IS 116 (45.7% from 255) = 58%

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

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

R = 58%
G = 25.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#743321 (or 0x743321) is known color: Pueblo. HEX triplet: 74, 33 and 21. RGB value is (116,51,33). Sum of RGB (Red+Green+Blue) = 116+51+33=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #743321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743321 is #8BCCDE. Grayscale: #444444. Windows color (decimal): -9161951 or 2175860. OLE color: 2175860.

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

Color convert

RGB 116 51 33 -
CMYK 0 0.56 0.72 0.55
HSL 13.01º 0.56% 0.29% -
HSV(B) 13.01º 0.72% 0.45% -
XYZ 8.66 6.19 2.18 -
YUV 68.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 116 51 33 0 0.56 0.72 0.55 13.01 0.56 0.29
Hex 74 33 21 0 38 48 37 D 38 1D
Octal 164 63 41 0 70 110 67 15 70 35
Binary 1110100 110011 100001 0 111000 1001000 110111 1101 111000 11101

Color Harmonies of #743321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743321

Black with #743321

Text Example


Text Example

White with #743321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743321; }

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

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

background-color css

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

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

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

border-color css

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

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

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