Html Css Color HEX #743225 Pueblo

📋 copy color: '#743225'

red 116 ◦ green 50 ◦ blue 37

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

Shades of Pueblo #743225

Tints of Pueblo #743225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 57.14%
G = 24.63%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#743225 (or 0x743225) is known color: Pueblo. HEX triplet: 74, 32 and 25. RGB value is (116,50,37). Sum of RGB (Red+Green+Blue) = 116+50+37=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #743225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743225 is #8BCDDA. Grayscale: #444444. Windows color (decimal): -9162203 or 2437748. OLE color: 2437748.

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

Color convert

RGB 116 50 37 -
CMYK 0 0.57 0.68 0.55
HSL 9.87º 0.52% 0.3% -
HSV(B) 9.87º 0.68% 0.45% -
XYZ 8.68 6.13 2.48 -
YUV 68.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 116 50 37 0 0.57 0.68 0.55 9.87 0.52 0.3
Hex 74 32 25 0 39 44 37 A 34 1E
Octal 164 62 45 0 71 104 67 12 64 36
Binary 1110100 110010 100101 0 111001 1000100 110111 1010 110100 11110

Color Harmonies of #743225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743225

Black with #743225

Text Example


Text Example

White with #743225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743225; }

 p { color: rgb(116,50,37); }

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

background-color css

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

 a { background-color: rgb(116,50,37); }

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

border-color css

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

 span { border-color: rgb(116,50,37); }

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