Html Css Color HEX #753728 Pueblo

📋 copy color: '#753728'

red 117 ◦ green 55 ◦ blue 40

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

Shades of Pueblo #753728

Tints of Pueblo #753728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

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

R = 55.19%
G = 25.94%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#753728 (or 0x753728) is known color: Pueblo. HEX triplet: 75, 37 and 28. RGB value is (117,55,40). Sum of RGB (Red+Green+Blue) = 117+55+40=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #753728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753728 is #8AC8D7. Grayscale: #474747. Windows color (decimal): -9095384 or 2635637. OLE color: 2635637.

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

Color convert

RGB 117 55 40 -
CMYK 0 0.53 0.66 0.54
HSL 11.69º 0.49% 0.31% -
HSV(B) 11.69º 0.66% 0.46% -
XYZ 9.09 6.67 2.82 -
YUV 71.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 117 55 40 0 0.53 0.66 0.54 11.69 0.49 0.31
Hex 75 37 28 0 35 42 36 C 31 1F
Octal 165 67 50 0 65 102 66 14 61 37
Binary 1110101 110111 101000 0 110101 1000010 110110 1100 110001 11111

Color Harmonies of #753728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753728

Black with #753728

Text Example


Text Example

White with #753728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753728; }

 p { color: rgb(117,55,40); }

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

background-color css

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

 a { background-color: rgb(117,55,40); }

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

border-color css

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

 span { border-color: rgb(117,55,40); }

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