Html Css Color HEX #752F1C Pueblo

📋 copy color: '#752F1C'

red 117 ◦ green 47 ◦ blue 28

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

Shades of Pueblo #752F1C

Tints of Pueblo #752F1C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.48%

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

R = 60.94%
G = 24.48%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#752F1C (or 0x752F1C) is known color: Pueblo. HEX triplet: 75, 2F and 1C. RGB value is (117,47,28). Sum of RGB (Red+Green+Blue) = 117+47+28=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #752F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F1C is #8AD0E3. Grayscale: #414141. Windows color (decimal): -9097444 or 1847157. OLE color: 1847157.

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

Color convert

RGB 117 47 28 -
CMYK 0 0.60 0.76 0.54
HSL 12.81º 0.61% 0.28% -
HSV(B) 12.81º 0.76% 0.46% -
XYZ 8.56 5.9 1.79 -
YUV 65.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 117 47 28 0 0.60 0.76 0.54 12.81 0.61 0.28
Hex 75 2F 1C 0 3C 4C 36 D 3D 1C
Octal 165 57 34 0 74 114 66 15 75 34
Binary 1110101 101111 11100 0 111100 1001100 110110 1101 111101 11100

Color Harmonies of #752F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F1C

Black with #752F1C

Text Example


Text Example

White with #752F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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