Html Css Color HEX #752C1C Pueblo

📋 copy color: '#752C1C'

red 117 ◦ green 44 ◦ blue 28

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

Shades of Pueblo #752C1C

Tints of Pueblo #752C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.81%

R = 61.9%
G = 23.28%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#752C1C (or 0x752C1C) is known color: Pueblo. HEX triplet: 75, 2C and 1C. RGB value is (117,44,28). Sum of RGB (Red+Green+Blue) = 117+44+28=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #752C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C1C is #8AD3E3. Grayscale: #404040. Windows color (decimal): -9098212 or 1846389. OLE color: 1846389.

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

Color convert

RGB 117 44 28 -
CMYK 0 0.62 0.76 0.54
HSL 10.79º 0.61% 0.28% -
HSV(B) 10.79º 0.76% 0.46% -
XYZ 8.45 5.67 1.75 -
YUV 64 107.68 165.8 -
System Red Green Blue C M Y K H S L
Decimal 117 44 28 0 0.62 0.76 0.54 10.79 0.61 0.28
Hex 75 2C 1C 0 3E 4C 36 B 3D 1C
Octal 165 54 34 0 76 114 66 13 75 34
Binary 1110101 101100 11100 0 111110 1001100 110110 1011 111101 11100

Color Harmonies of #752C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C1C

Black with #752C1C

Text Example


Text Example

White with #752C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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