Html Css Color HEX #743423 Pueblo

📋 copy color: '#743423'

red 116 ◦ green 52 ◦ blue 35

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

Shades of Pueblo #743423

Tints of Pueblo #743423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

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

R = 57.14%
G = 25.62%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#743423 (or 0x743423) is known color: Pueblo. HEX triplet: 74, 34 and 23. RGB value is (116,52,35). Sum of RGB (Red+Green+Blue) = 116+52+35=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #743423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743423 is #8BCBDC. Grayscale: #454545. Windows color (decimal): -9161693 or 2307188. OLE color: 2307188.

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

Color convert

RGB 116 52 35 -
CMYK 0 0.55 0.70 0.55
HSL 12.59º 0.54% 0.3% -
HSV(B) 12.59º 0.7% 0.45% -
XYZ 8.73 6.29 2.34 -
YUV 69.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 116 52 35 0 0.55 0.70 0.55 12.59 0.54 0.3
Hex 74 34 23 0 37 46 37 D 36 1E
Octal 164 64 43 0 67 106 67 15 66 36
Binary 1110100 110100 100011 0 110111 1000110 110111 1101 110110 11110

Color Harmonies of #743423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743423

Black with #743423

Text Example


Text Example

White with #743423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743423; }

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

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

background-color css

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

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

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

border-color css

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

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

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