Html Css Color HEX #753520 Pueblo

📋 copy color: '#753520'

red 117 ◦ green 53 ◦ blue 32

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

Shades of Pueblo #753520

Tints of Pueblo #753520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

 BLUE value IS 32 (12.89% from 255) = 15.84%

R = 57.92%
G = 26.24%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#753520 (or 0x753520) is known color: Pueblo. HEX triplet: 75, 35 and 20. RGB value is (117,53,32). Sum of RGB (Red+Green+Blue) = 117+53+32=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #753520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753520 is #8ACADF. Grayscale: #454545. Windows color (decimal): -9095904 or 2110837. OLE color: 2110837.

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

Color convert

RGB 117 53 32 -
CMYK 0 0.55 0.73 0.54
HSL 14.82º 0.57% 0.29% -
HSV(B) 14.82º 0.73% 0.46% -
XYZ 8.87 6.43 2.14 -
YUV 69.74 106.7 161.71 -
System Red Green Blue C M Y K H S L
Decimal 117 53 32 0 0.55 0.73 0.54 14.82 0.57 0.29
Hex 75 35 20 0 37 49 36 F 39 1D
Octal 165 65 40 0 67 111 66 17 71 35
Binary 1110101 110101 100000 0 110111 1001001 110110 1111 111001 11101

Color Harmonies of #753520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753520

Black with #753520

Text Example


Text Example

White with #753520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753520; }

 p { color: rgb(117,53,32); }

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

background-color css

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

 a { background-color: rgb(117,53,32); }

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

border-color css

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

 span { border-color: rgb(117,53,32); }

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