Html Css Color HEX #753522 Pueblo

📋 copy color: '#753522'

red 117 ◦ green 53 ◦ blue 34

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

Shades of Pueblo #753522

Tints of Pueblo #753522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.67%

R = 57.35%
G = 25.98%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#753522 (or 0x753522) is known color: Pueblo. HEX triplet: 75, 35 and 22. RGB value is (117,53,34). Sum of RGB (Red+Green+Blue) = 117+53+34=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #753522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753522 is #8ACADD. Grayscale: #464646. Windows color (decimal): -9095902 or 2241909. OLE color: 2241909.

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

Color convert

RGB 117 53 34 -
CMYK 0 0.55 0.71 0.54
HSL 13.73º 0.55% 0.3% -
HSV(B) 13.73º 0.71% 0.46% -
XYZ 8.9 6.44 2.29 -
YUV 69.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 117 53 34 0 0.55 0.71 0.54 13.73 0.55 0.3
Hex 75 35 22 0 37 47 36 E 37 1E
Octal 165 65 42 0 67 107 66 16 67 36
Binary 1110101 110101 100010 0 110111 1000111 110110 1110 110111 11110

Color Harmonies of #753522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753522

Black with #753522

Text Example


Text Example

White with #753522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753522; }

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

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

background-color css

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

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

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

border-color css

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

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

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