Html Css Color HEX #752D1D Pueblo

📋 copy color: '#752D1D'

red 117 ◦ green 45 ◦ blue 29

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

Shades of Pueblo #752D1D

Tints of Pueblo #752D1D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.56%

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

R = 61.26%
G = 23.56%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#752D1D (or 0x752D1D) is known color: Pueblo. HEX triplet: 75, 2D and 1D. RGB value is (117,45,29). Sum of RGB (Red+Green+Blue) = 117+45+29=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #752D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D1D is #8AD2E2. Grayscale: #404040. Windows color (decimal): -9097955 or 1912181. OLE color: 1912181.

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

Color convert

RGB 117 45 29 -
CMYK 0 0.62 0.75 0.54
HSL 10.91º 0.6% 0.29% -
HSV(B) 10.91º 0.75% 0.46% -
XYZ 8.5 5.75 1.82 -
YUV 64.7 107.85 165.3 -
System Red Green Blue C M Y K H S L
Decimal 117 45 29 0 0.62 0.75 0.54 10.91 0.6 0.29
Hex 75 2D 1D 0 3E 4B 36 B 3C 1D
Octal 165 55 35 0 76 113 66 13 74 35
Binary 1110101 101101 11101 0 111110 1001011 110110 1011 111100 11101

Color Harmonies of #752D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D1D

Black with #752D1D

Text Example


Text Example

White with #752D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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