Html Css Color HEX #743524 Pueblo

📋 copy color: '#743524'

red 116 ◦ green 53 ◦ blue 36

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

Shades of Pueblo #743524

Tints of Pueblo #743524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.85%

 BLUE value IS 36 (14.45% from 255) = 17.56%

R = 56.59%
G = 25.85%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#743524 (or 0x743524) is known color: Pueblo. HEX triplet: 74, 35 and 24. RGB value is (116,53,36). Sum of RGB (Red+Green+Blue) = 116+53+36=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #743524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743524 is #8BCADB. Grayscale: #464646. Windows color (decimal): -9161436 or 2372980. OLE color: 2372980.

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

Color convert

RGB 116 53 36 -
CMYK 0 0.54 0.69 0.55
HSL 12.75º 0.53% 0.3% -
HSV(B) 12.75º 0.69% 0.45% -
XYZ 8.79 6.39 2.44 -
YUV 69.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 116 53 36 0 0.54 0.69 0.55 12.75 0.53 0.3
Hex 74 35 24 0 36 45 37 D 35 1E
Octal 164 65 44 0 66 105 67 15 65 36
Binary 1110100 110101 100100 0 110110 1000101 110111 1101 110101 11110

Color Harmonies of #743524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743524

Black with #743524

Text Example


Text Example

White with #743524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743524; }

 p { color: rgb(116,53,36); }

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

background-color css

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

 a { background-color: rgb(116,53,36); }

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

border-color css

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

 span { border-color: rgb(116,53,36); }

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