Html Css Color HEX #752E1D Pueblo

📋 copy color: '#752E1D'

red 117 ◦ green 46 ◦ blue 29

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

Shades of Pueblo #752E1D

Tints of Pueblo #752E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.1%

R = 60.94%
G = 23.96%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#752E1D (or 0x752E1D) is known color: Pueblo. HEX triplet: 75, 2E and 1D. RGB value is (117,46,29). Sum of RGB (Red+Green+Blue) = 117+46+29=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #752E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E1D is #8AD1E2. Grayscale: #414141. Windows color (decimal): -9097699 or 1912437. OLE color: 1912437.

HSL color Cylindrical-coordinate representation of color #752E1D: hue angle of 11.59º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752E1D is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 29 -
CMYK 0 0.61 0.75 0.54
HSL 11.59º 0.6% 0.29% -
HSV(B) 11.59º 0.75% 0.46% -
XYZ 8.53 5.82 1.84 -
YUV 65.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 117 46 29 0 0.61 0.75 0.54 11.59 0.6 0.29
Hex 75 2E 1D 0 3D 4B 36 C 3C 1D
Octal 165 56 35 0 75 113 66 14 74 35
Binary 1110101 101110 11101 0 111101 1001011 110110 1100 111100 11101

Color Harmonies of #752E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E1D

Black with #752E1D

Text Example


Text Example

White with #752E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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