Html Css Color HEX #743220 Pueblo

📋 copy color: '#743220'

red 116 ◦ green 50 ◦ blue 32

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

Shades of Pueblo #743220

Tints of Pueblo #743220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.16%

R = 58.59%
G = 25.25%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#743220 (or 0x743220) is known color: Pueblo. HEX triplet: 74, 32 and 20. RGB value is (116,50,32). Sum of RGB (Red+Green+Blue) = 116+50+32=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #743220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743220 is #8BCDDF. Grayscale: #434343. Windows color (decimal): -9162208 or 2110068. OLE color: 2110068.

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

Color convert

RGB 116 50 32 -
CMYK 0 0.57 0.72 0.55
HSL 12.86º 0.57% 0.29% -
HSV(B) 12.86º 0.72% 0.45% -
XYZ 8.6 6.1 2.09 -
YUV 67.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 116 50 32 0 0.57 0.72 0.55 12.86 0.57 0.29
Hex 74 32 20 0 39 48 37 D 39 1D
Octal 164 62 40 0 71 110 67 15 71 35
Binary 1110100 110010 100000 0 111001 1001000 110111 1101 111001 11101

Color Harmonies of #743220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743220

Black with #743220

Text Example


Text Example

White with #743220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743220; }

 p { color: rgb(116,50,32); }

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

background-color css

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

 a { background-color: rgb(116,50,32); }

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

border-color css

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

 span { border-color: rgb(116,50,32); }

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