Html Css Color HEX #743528 Pueblo

📋 copy color: '#743528'

red 116 ◦ green 53 ◦ blue 40

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

Shades of Pueblo #743528

Tints of Pueblo #743528

RGB

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

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

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

R = 55.5%
G = 25.36%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#743528 (or 0x743528) is known color: Pueblo. HEX triplet: 74, 35 and 28. RGB value is (116,53,40). Sum of RGB (Red+Green+Blue) = 116+53+40=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #743528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743528 is #8BCAD7. Grayscale: #464646. Windows color (decimal): -9161432 or 2635124. OLE color: 2635124.

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

Color convert

RGB 116 53 40 -
CMYK 0 0.54 0.66 0.55
HSL 10.26º 0.49% 0.31% -
HSV(B) 10.26º 0.66% 0.45% -
XYZ 8.86 6.41 2.78 -
YUV 70.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 116 53 40 0 0.54 0.66 0.55 10.26 0.49 0.31
Hex 74 35 28 0 36 42 37 A 31 1F
Octal 164 65 50 0 66 102 67 12 61 37
Binary 1110100 110101 101000 0 110110 1000010 110111 1010 110001 11111

Color Harmonies of #743528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743528

Black with #743528

Text Example


Text Example

White with #743528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743528; }

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

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

background-color css

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

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

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

border-color css

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

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

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