Html Css Color HEX #752813 Pueblo

📋 copy color: '#752813'

red 117 ◦ green 40 ◦ blue 19

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

Shades of Pueblo #752813

Tints of Pueblo #752813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

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

R = 66.48%
G = 22.73%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#752813 (or 0x752813) is known color: Pueblo. HEX triplet: 75, 28 and 13. RGB value is (117,40,19). Sum of RGB (Red+Green+Blue) = 117+40+19=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #752813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752813 is #8AD7EC. Grayscale: #3C3C3C. Windows color (decimal): -9099245 or 1255541. OLE color: 1255541.

HSL color Cylindrical-coordinate representation of color #752813: hue angle of 12.86º 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 #752813 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 19 -
CMYK 0 0.66 0.84 0.54
HSL 12.86º 0.72% 0.27% -
HSV(B) 12.86º 0.84% 0.46% -
XYZ 8.21 5.35 1.22 -
YUV 60.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 117 40 19 0 0.66 0.84 0.54 12.86 0.72 0.27
Hex 75 28 13 0 42 54 36 D 48 1B
Octal 165 50 23 0 102 124 66 15 110 33
Binary 1110101 101000 10011 0 1000010 1010100 110110 1101 1001000 11011

Color Harmonies of #752813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752813

Black with #752813

Text Example


Text Example

White with #752813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752813; }

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

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

background-color css

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

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

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

border-color css

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

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

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