Html Css Color HEX #753124 Pueblo

📋 copy color: '#753124'

red 117 ◦ green 49 ◦ blue 36

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

Shades of Pueblo #753124

Tints of Pueblo #753124

RGB

 RED value IS 117 (46.09% from 255) = 57.92%

 GREEN value IS 49 (19.53% from 255) = 24.26%

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

R = 57.92%
G = 24.26%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#753124 (or 0x753124) is known color: Pueblo. HEX triplet: 75, 31 and 24. RGB value is (117,49,36). Sum of RGB (Red+Green+Blue) = 117+49+36=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #753124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753124 is #8ACEDB. Grayscale: #434343. Windows color (decimal): -9096924 or 2371957. OLE color: 2371957.

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

Color convert

RGB 117 49 36 -
CMYK 0 0.58 0.69 0.54
HSL 9.63º 0.53% 0.3% -
HSV(B) 9.63º 0.69% 0.46% -
XYZ 8.75 6.11 2.39 -
YUV 67.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 117 49 36 0 0.58 0.69 0.54 9.63 0.53 0.3
Hex 75 31 24 0 3A 45 36 A 35 1E
Octal 165 61 44 0 72 105 66 12 65 36
Binary 1110101 110001 100100 0 111010 1000101 110110 1010 110101 11110

Color Harmonies of #753124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753124

Black with #753124

Text Example


Text Example

White with #753124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753124; }

 p { color: rgb(117,49,36); }

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

background-color css

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

 a { background-color: rgb(117,49,36); }

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

border-color css

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

 span { border-color: rgb(117,49,36); }

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