Html Css Color HEX #752E24 Pueblo

📋 copy color: '#752E24'

red 117 ◦ green 46 ◦ blue 36

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

Shades of Pueblo #752E24

Tints of Pueblo #752E24

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.12%

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

R = 58.79%
G = 23.12%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#752E24 (or 0x752E24) is known color: Pueblo. HEX triplet: 75, 2E and 24. RGB value is (117,46,36). Sum of RGB (Red+Green+Blue) = 117+46+36=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #752E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E24 is #8AD1DB. Grayscale: #424242. Windows color (decimal): -9097692 or 2371189. OLE color: 2371189.

HSL color Cylindrical-coordinate representation of color #752E24: hue angle of 7.41º 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 #752E24 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 36 -
CMYK 0 0.61 0.69 0.54
HSL 7.41º 0.53% 0.3% -
HSV(B) 7.41º 0.69% 0.46% -
XYZ 8.63 5.86 2.35 -
YUV 66.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 117 46 36 0 0.61 0.69 0.54 7.41 0.53 0.3
Hex 75 2E 24 0 3D 45 36 7 35 1E
Octal 165 56 44 0 75 105 66 7 65 36
Binary 1110101 101110 100100 0 111101 1000101 110110 111 110101 11110

Color Harmonies of #752E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E24

Black with #752E24

Text Example


Text Example

White with #752E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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