Html Css Color HEX #753227 Pueblo

📋 copy color: '#753227'

red 117 ◦ green 50 ◦ blue 39

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

Shades of Pueblo #753227

Tints of Pueblo #753227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 56.8%
G = 24.27%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#753227 (or 0x753227) is known color: Pueblo. HEX triplet: 75, 32 and 27. RGB value is (117,50,39). Sum of RGB (Red+Green+Blue) = 117+50+39=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #753227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753227 is #8ACDD8. Grayscale: #444444. Windows color (decimal): -9096665 or 2568821. OLE color: 2568821.

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

Color convert

RGB 117 50 39 -
CMYK 0 0.57 0.67 0.54
HSL 8.46º 0.5% 0.31% -
HSV(B) 8.46º 0.67% 0.46% -
XYZ 8.84 6.21 2.65 -
YUV 68.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 117 50 39 0 0.57 0.67 0.54 8.46 0.5 0.31
Hex 75 32 27 0 39 43 36 8 32 1F
Octal 165 62 47 0 71 103 66 10 62 37
Binary 1110101 110010 100111 0 111001 1000011 110110 1000 110010 11111

Color Harmonies of #753227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753227

Black with #753227

Text Example


Text Example

White with #753227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753227; }

 p { color: rgb(117,50,39); }

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

background-color css

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

 a { background-color: rgb(117,50,39); }

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

border-color css

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

 span { border-color: rgb(117,50,39); }

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