Html Css Color HEX #752C1D Pueblo

📋 copy color: '#752C1D'

red 117 ◦ green 44 ◦ blue 29

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

Shades of Pueblo #752C1D

Tints of Pueblo #752C1D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.16%

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

R = 61.58%
G = 23.16%
B = 15.26%

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

#752C1D (or 0x752C1D) is known color: Pueblo. HEX triplet: 75, 2C and 1D. RGB value is (117,44,29). Sum of RGB (Red+Green+Blue) = 117+44+29=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C1D is #8AD3E2. Grayscale: #404040. Windows color (decimal): -9098211 or 1911925. OLE color: 1911925.

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

Color convert

RGB 117 44 29 -
CMYK 0 0.62 0.75 0.54
HSL 10.23º 0.6% 0.29% -
HSV(B) 10.23º 0.75% 0.46% -
XYZ 8.46 5.67 1.81 -
YUV 64.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 117 44 29 0 0.62 0.75 0.54 10.23 0.6 0.29
Hex 75 2C 1D 0 3E 4B 36 A 3C 1D
Octal 165 54 35 0 76 113 66 12 74 35
Binary 1110101 101100 11101 0 111110 1001011 110110 1010 111100 11101

Color Harmonies of #752C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C1D

Black with #752C1D

Text Example


Text Example

White with #752C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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