Html Css Color HEX #753424 Pueblo

📋 copy color: '#753424'

red 117 ◦ green 52 ◦ blue 36

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

Shades of Pueblo #753424

Tints of Pueblo #753424

RGB

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

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

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

R = 57.07%
G = 25.37%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#753424 (or 0x753424) is known color: Pueblo. HEX triplet: 75, 34 and 24. RGB value is (117,52,36). Sum of RGB (Red+Green+Blue) = 117+52+36=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #753424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753424 is #8ACBDB. Grayscale: #454545. Windows color (decimal): -9096156 or 2372725. OLE color: 2372725.

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

Color convert

RGB 117 52 36 -
CMYK 0 0.56 0.69 0.54
HSL 11.85º 0.53% 0.3% -
HSV(B) 11.85º 0.69% 0.46% -
XYZ 8.88 6.37 2.43 -
YUV 69.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 117 52 36 0 0.56 0.69 0.54 11.85 0.53 0.3
Hex 75 34 24 0 38 45 36 C 35 1E
Octal 165 64 44 0 70 105 66 14 65 36
Binary 1110101 110100 100100 0 111000 1000101 110110 1100 110101 11110

Color Harmonies of #753424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753424

Black with #753424

Text Example


Text Example

White with #753424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753424; }

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

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

background-color css

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

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

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

border-color css

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

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

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