Html Css Color HEX #743320 Pueblo

📋 copy color: '#743320'

red 116 ◦ green 51 ◦ blue 32

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

Shades of Pueblo #743320

Tints of Pueblo #743320

RGB

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

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

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

R = 58.29%
G = 25.63%
B = 16.08%

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

#743320 (or 0x743320) is known color: Pueblo. HEX triplet: 74, 33 and 20. RGB value is (116,51,32). Sum of RGB (Red+Green+Blue) = 116+51+32=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #743320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743320 is #8BCCDF. Grayscale: #444444. Windows color (decimal): -9161952 or 2110324. OLE color: 2110324.

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

Color convert

RGB 116 51 32 -
CMYK 0 0.56 0.72 0.55
HSL 13.57º 0.57% 0.29% -
HSV(B) 13.57º 0.72% 0.45% -
XYZ 8.65 6.18 2.1 -
YUV 68.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 116 51 32 0 0.56 0.72 0.55 13.57 0.57 0.29
Hex 74 33 20 0 38 48 37 E 39 1D
Octal 164 63 40 0 70 110 67 16 71 35
Binary 1110100 110011 100000 0 111000 1001000 110111 1110 111001 11101

Color Harmonies of #743320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743320

Black with #743320

Text Example


Text Example

White with #743320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743320; }

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

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

background-color css

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

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

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

border-color css

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

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

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