Html Css Color HEX #743420 Pueblo

📋 copy color: '#743420'

red 116 ◦ green 52 ◦ blue 32

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

Shades of Pueblo #743420

Tints of Pueblo #743420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

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

R = 58%
G = 26%
B = 16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#743420 (or 0x743420) is known color: Pueblo. HEX triplet: 74, 34 and 20. RGB value is (116,52,32). Sum of RGB (Red+Green+Blue) = 116+52+32=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #743420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743420 is #8BCBDF. Grayscale: #444444. Windows color (decimal): -9161696 or 2110580. OLE color: 2110580.

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

Color convert

RGB 116 52 32 -
CMYK 0 0.55 0.72 0.55
HSL 14.29º 0.57% 0.29% -
HSV(B) 14.29º 0.72% 0.45% -
XYZ 8.69 6.27 2.12 -
YUV 68.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 116 52 32 0 0.55 0.72 0.55 14.29 0.57 0.29
Hex 74 34 20 0 37 48 37 E 39 1D
Octal 164 64 40 0 67 110 67 16 71 35
Binary 1110100 110100 100000 0 110111 1001000 110111 1110 111001 11101

Color Harmonies of #743420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743420

Black with #743420

Text Example


Text Example

White with #743420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743420; }

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

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

background-color css

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

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

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

border-color css

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

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

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