Html Css Color HEX #753524 Pueblo

📋 copy color: '#753524'

red 117 ◦ green 53 ◦ blue 36

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

Shades of Pueblo #753524

Tints of Pueblo #753524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.48%

R = 56.8%
G = 25.73%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#753524 (or 0x753524) is known color: Pueblo. HEX triplet: 75, 35 and 24. RGB value is (117,53,36). Sum of RGB (Red+Green+Blue) = 117+53+36=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #753524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753524 is #8ACADB. Grayscale: #464646. Windows color (decimal): -9095900 or 2372981. OLE color: 2372981.

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

Color convert

RGB 117 53 36 -
CMYK 0 0.55 0.69 0.54
HSL 12.59º 0.53% 0.3% -
HSV(B) 12.59º 0.69% 0.46% -
XYZ 8.93 6.46 2.44 -
YUV 70.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 117 53 36 0 0.55 0.69 0.54 12.59 0.53 0.3
Hex 75 35 24 0 37 45 36 D 35 1E
Octal 165 65 44 0 67 105 66 15 65 36
Binary 1110101 110101 100100 0 110111 1000101 110110 1101 110101 11110

Color Harmonies of #753524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753524

Black with #753524

Text Example


Text Example

White with #753524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753524; }

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

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

background-color css

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

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

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

border-color css

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

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

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