Html Css Color HEX #753223 Pueblo

📋 copy color: '#753223'

red 117 ◦ green 50 ◦ blue 35

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

Shades of Pueblo #753223

Tints of Pueblo #753223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.33%

R = 57.92%
G = 24.75%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#753223 (or 0x753223) is known color: Pueblo. HEX triplet: 75, 32 and 23. RGB value is (117,50,35). Sum of RGB (Red+Green+Blue) = 117+50+35=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #753223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753223 is #8ACDDC. Grayscale: #444444. Windows color (decimal): -9096669 or 2306677. OLE color: 2306677.

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

Color convert

RGB 117 50 35 -
CMYK 0 0.57 0.70 0.54
HSL 10.98º 0.54% 0.3% -
HSV(B) 10.98º 0.7% 0.46% -
XYZ 8.78 6.18 2.32 -
YUV 68.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 117 50 35 0 0.57 0.70 0.54 10.98 0.54 0.3
Hex 75 32 23 0 39 46 36 B 36 1E
Octal 165 62 43 0 71 106 66 13 66 36
Binary 1110101 110010 100011 0 111001 1000110 110110 1011 110110 11110

Color Harmonies of #753223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753223

Black with #753223

Text Example


Text Example

White with #753223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753223; }

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

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

background-color css

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

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

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

border-color css

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

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

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