Html Css Color HEX #743523 Pueblo

📋 copy color: '#743523'

red 116 ◦ green 53 ◦ blue 35

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

Shades of Pueblo #743523

Tints of Pueblo #743523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.16%

R = 56.86%
G = 25.98%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#743523 (or 0x743523) is known color: Pueblo. HEX triplet: 74, 35 and 23. RGB value is (116,53,35). Sum of RGB (Red+Green+Blue) = 116+53+35=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #743523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743523 is #8BCADC. Grayscale: #454545. Windows color (decimal): -9161437 or 2307444. OLE color: 2307444.

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

Color convert

RGB 116 53 35 -
CMYK 0 0.54 0.70 0.55
HSL 13.33º 0.54% 0.3% -
HSV(B) 13.33º 0.7% 0.45% -
XYZ 8.78 6.38 2.36 -
YUV 69.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 116 53 35 0 0.54 0.70 0.55 13.33 0.54 0.3
Hex 74 35 23 0 36 46 37 D 36 1E
Octal 164 65 43 0 66 106 67 15 66 36
Binary 1110100 110101 100011 0 110110 1000110 110111 1101 110110 11110

Color Harmonies of #743523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743523

Black with #743523

Text Example


Text Example

White with #743523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743523; }

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

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

background-color css

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

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

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

border-color css

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

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

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