Html Css Color HEX #743228 Pueblo

📋 copy color: '#743228'

red 116 ◦ green 50 ◦ blue 40

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

Shades of Pueblo #743228

Tints of Pueblo #743228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 56.31%
G = 24.27%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#743228 (or 0x743228) is known color: Pueblo. HEX triplet: 74, 32 and 28. RGB value is (116,50,40). Sum of RGB (Red+Green+Blue) = 116+50+40=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #743228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743228 is #8BCDD7. Grayscale: #444444. Windows color (decimal): -9162200 or 2634356. OLE color: 2634356.

HSL color Cylindrical-coordinate representation of color #743228: hue angle of 7.89º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743228 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 50 40 -
CMYK 0 0.57 0.66 0.55
HSL 7.89º 0.49% 0.31% -
HSV(B) 7.89º 0.66% 0.45% -
XYZ 8.73 6.15 2.73 -
YUV 68.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 116 50 40 0 0.57 0.66 0.55 7.89 0.49 0.31
Hex 74 32 28 0 39 42 37 8 31 1F
Octal 164 62 50 0 71 102 67 10 61 37
Binary 1110100 110010 101000 0 111001 1000010 110111 1000 110001 11111

Color Harmonies of #743228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743228

Black with #743228

Text Example


Text Example

White with #743228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743228; }

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

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

background-color css

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

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

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

border-color css

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

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

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