Html Css Color HEX #752913 Pueblo

📋 copy color: '#752913'

red 117 ◦ green 41 ◦ blue 19

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

Shades of Pueblo #752913

Tints of Pueblo #752913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 66.1%
G = 23.16%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#752913 (or 0x752913) is known color: Pueblo. HEX triplet: 75, 29 and 13. RGB value is (117,41,19). Sum of RGB (Red+Green+Blue) = 117+41+19=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #752913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752913 is #8AD6EC. Grayscale: #3D3D3D. Windows color (decimal): -9098989 or 1255797. OLE color: 1255797.

HSL color Cylindrical-coordinate representation of color #752913: hue angle of 13.47º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #752913 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 19 -
CMYK 0 0.65 0.84 0.54
HSL 13.47º 0.72% 0.27% -
HSV(B) 13.47º 0.84% 0.46% -
XYZ 8.25 5.41 1.23 -
YUV 61.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 117 41 19 0 0.65 0.84 0.54 13.47 0.72 0.27
Hex 75 29 13 0 41 54 36 D 48 1B
Octal 165 51 23 0 101 124 66 15 110 33
Binary 1110101 101001 10011 0 1000001 1010100 110110 1101 1001000 11011

Color Harmonies of #752913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752913

Black with #752913

Text Example


Text Example

White with #752913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752913; }

 p { color: rgb(117,41,19); }

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

background-color css

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

 a { background-color: rgb(117,41,19); }

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

border-color css

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

 span { border-color: rgb(117,41,19); }

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