Html Css Color HEX #752E20 Pueblo

📋 copy color: '#752E20'

red 117 ◦ green 46 ◦ blue 32

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

Shades of Pueblo #752E20

Tints of Pueblo #752E20

RGB

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

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

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

R = 60%
G = 23.59%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#752E20 (or 0x752E20) is known color: Pueblo. HEX triplet: 75, 2E and 20. RGB value is (117,46,32). Sum of RGB (Red+Green+Blue) = 117+46+32=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #752E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E20 is #8AD1DF. Grayscale: #414141. Windows color (decimal): -9097696 or 2109045. OLE color: 2109045.

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

Color convert

RGB 117 46 32 -
CMYK 0 0.61 0.73 0.54
HSL 9.88º 0.57% 0.29% -
HSV(B) 9.88º 0.73% 0.46% -
XYZ 8.57 5.84 2.04 -
YUV 65.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 117 46 32 0 0.61 0.73 0.54 9.88 0.57 0.29
Hex 75 2E 20 0 3D 49 36 A 39 1D
Octal 165 56 40 0 75 111 66 12 71 35
Binary 1110101 101110 100000 0 111101 1001001 110110 1010 111001 11101

Color Harmonies of #752E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E20

Black with #752E20

Text Example


Text Example

White with #752E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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