Html Css Color HEX #753420 Pueblo

📋 copy color: '#753420'

red 117 ◦ green 52 ◦ blue 32

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

Shades of Pueblo #753420

Tints of Pueblo #753420

RGB

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

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

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

R = 58.21%
G = 25.87%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#753420 (or 0x753420) is known color: Pueblo. HEX triplet: 75, 34 and 20. RGB value is (117,52,32). Sum of RGB (Red+Green+Blue) = 117+52+32=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #753420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753420 is #8ACBDF. Grayscale: #454545. Windows color (decimal): -9096160 or 2110581. OLE color: 2110581.

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

Color convert

RGB 117 52 32 -
CMYK 0 0.56 0.73 0.54
HSL 14.12º 0.57% 0.29% -
HSV(B) 14.12º 0.73% 0.46% -
XYZ 8.82 6.34 2.13 -
YUV 69.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 117 52 32 0 0.56 0.73 0.54 14.12 0.57 0.29
Hex 75 34 20 0 38 49 36 E 39 1D
Octal 165 64 40 0 70 111 66 16 71 35
Binary 1110101 110100 100000 0 111000 1001001 110110 1110 111001 11101

Color Harmonies of #753420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753420

Black with #753420

Text Example


Text Example

White with #753420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753420; }

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

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

background-color css

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

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

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

border-color css

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

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

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