Html Css Color HEX #752A17 Pueblo

📋 copy color: '#752A17'

red 117 ◦ green 42 ◦ blue 23

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

Shades of Pueblo #752A17

Tints of Pueblo #752A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 64.29%
G = 23.08%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#752A17 (or 0x752A17) is known color: Pueblo. HEX triplet: 75, 2A and 17. RGB value is (117,42,23). Sum of RGB (Red+Green+Blue) = 117+42+23=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #752A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A17 is #8AD5E8. Grayscale: #3E3E3E. Windows color (decimal): -9098729 or 1518197. OLE color: 1518197.

HSL color Cylindrical-coordinate representation of color #752A17: hue angle of 12.13º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752A17 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 23 -
CMYK 0 0.64 0.80 0.54
HSL 12.13º 0.67% 0.27% -
HSV(B) 12.13º 0.8% 0.46% -
XYZ 8.32 5.5 1.43 -
YUV 62.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 117 42 23 0 0.64 0.80 0.54 12.13 0.67 0.27
Hex 75 2A 17 0 40 50 36 C 43 1B
Octal 165 52 27 0 100 120 66 14 103 33
Binary 1110101 101010 10111 0 1000000 1010000 110110 1100 1000011 11011

Color Harmonies of #752A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A17

Black with #752A17

Text Example


Text Example

White with #752A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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