Html Css Color HEX #752917 Pueblo

📋 copy color: '#752917'

red 117 ◦ green 41 ◦ blue 23

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

Shades of Pueblo #752917

Tints of Pueblo #752917

RGB

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

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

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

R = 64.64%
G = 22.65%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#752917 (or 0x752917) is known color: Pueblo. HEX triplet: 75, 29 and 17. RGB value is (117,41,23). Sum of RGB (Red+Green+Blue) = 117+41+23=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #752917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752917 is #8AD6E8. Grayscale: #3D3D3D. Windows color (decimal): -9098985 or 1517941. OLE color: 1517941.

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

Color convert

RGB 117 41 23 -
CMYK 0 0.65 0.80 0.54
HSL 11.49º 0.67% 0.27% -
HSV(B) 11.49º 0.8% 0.46% -
XYZ 8.28 5.43 1.42 -
YUV 61.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 117 41 23 0 0.65 0.80 0.54 11.49 0.67 0.27
Hex 75 29 17 0 41 50 36 B 43 1B
Octal 165 51 27 0 101 120 66 13 103 33
Binary 1110101 101001 10111 0 1000001 1010000 110110 1011 1000011 11011

Color Harmonies of #752917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752917

Black with #752917

Text Example


Text Example

White with #752917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752917; }

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

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

background-color css

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

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

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

border-color css

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

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

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