Html Css Color HEX #743827 Pueblo

📋 copy color: '#743827'

red 116 ◦ green 56 ◦ blue 39

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

Shades of Pueblo #743827

Tints of Pueblo #743827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.48%

R = 54.98%
G = 26.54%
B = 18.48%

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

#743827 (or 0x743827) is known color: Pueblo. HEX triplet: 74, 38 and 27. RGB value is (116,56,39). Sum of RGB (Red+Green+Blue) = 116+56+39=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #743827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743827 is #8BC7D8. Grayscale: #484848. Windows color (decimal): -9160665 or 2570356. OLE color: 2570356.

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

Color convert

RGB 116 56 39 -
CMYK 0 0.52 0.66 0.55
HSL 13.25º 0.5% 0.3% -
HSV(B) 13.25º 0.66% 0.45% -
XYZ 8.98 6.69 2.74 -
YUV 72 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 116 56 39 0 0.52 0.66 0.55 13.25 0.5 0.3
Hex 74 38 27 0 34 42 37 D 32 1E
Octal 164 70 47 0 64 102 67 15 62 36
Binary 1110100 111000 100111 0 110100 1000010 110111 1101 110010 11110

Color Harmonies of #743827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743827

Black with #743827

Text Example


Text Example

White with #743827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743827; }

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

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

background-color css

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

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

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

border-color css

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

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

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