Html Css Color HEX #743828 Pueblo

📋 copy color: '#743828'

red 116 ◦ green 56 ◦ blue 40

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

Shades of Pueblo #743828

Tints of Pueblo #743828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.42%

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

R = 54.72%
G = 26.42%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#743828 (or 0x743828) is known color: Pueblo. HEX triplet: 74, 38 and 28. RGB value is (116,56,40). Sum of RGB (Red+Green+Blue) = 116+56+40=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #743828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743828 is #8BC7D7. Grayscale: #484848. Windows color (decimal): -9160664 or 2635892. OLE color: 2635892.

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

Color convert

RGB 116 56 40 -
CMYK 0 0.52 0.66 0.55
HSL 12.63º 0.49% 0.31% -
HSV(B) 12.63º 0.66% 0.45% -
XYZ 9 6.69 2.83 -
YUV 72.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 116 56 40 0 0.52 0.66 0.55 12.63 0.49 0.31
Hex 74 38 28 0 34 42 37 D 31 1F
Octal 164 70 50 0 64 102 67 15 61 37
Binary 1110100 111000 101000 0 110100 1000010 110111 1101 110001 11111

Color Harmonies of #743828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743828

Black with #743828

Text Example


Text Example

White with #743828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743828; }

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

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

background-color css

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

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

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

border-color css

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

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

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