Html Css Color HEX #752A13 Pueblo

📋 copy color: '#752A13'

red 117 ◦ green 42 ◦ blue 19

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

Shades of Pueblo #752A13

Tints of Pueblo #752A13

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.6%

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

R = 65.73%
G = 23.6%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#752A13 (or 0x752A13) is known color: Pueblo. HEX triplet: 75, 2A and 13. RGB value is (117,42,19). Sum of RGB (Red+Green+Blue) = 117+42+19=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #752A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A13 is #8AD5EC. Grayscale: #3D3D3D. Windows color (decimal): -9098733 or 1256053. OLE color: 1256053.

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

Color convert

RGB 117 42 19 -
CMYK 0 0.64 0.84 0.54
HSL 14.08º 0.72% 0.27% -
HSV(B) 14.08º 0.84% 0.46% -
XYZ 8.28 5.48 1.24 -
YUV 61.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 117 42 19 0 0.64 0.84 0.54 14.08 0.72 0.27
Hex 75 2A 13 0 40 54 36 E 48 1B
Octal 165 52 23 0 100 124 66 16 110 33
Binary 1110101 101010 10011 0 1000000 1010100 110110 1110 1001000 11011

Color Harmonies of #752A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A13

Black with #752A13

Text Example


Text Example

White with #752A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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