Html Css Color HEX #752617 Pueblo

📋 copy color: '#752617'

red 117 ◦ green 38 ◦ blue 23

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

Shades of Pueblo #752617

Tints of Pueblo #752617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

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

R = 65.73%
G = 21.35%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#752617 (or 0x752617) is known color: Pueblo. HEX triplet: 75, 26 and 17. RGB value is (117,38,23). Sum of RGB (Red+Green+Blue) = 117+38+23=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #752617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752617 is #8AD9E8. Grayscale: #3C3C3C. Windows color (decimal): -9099753 or 1517173. OLE color: 1517173.

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

Color convert

RGB 117 38 23 -
CMYK 0 0.68 0.80 0.54
HSL 9.57º 0.67% 0.27% -
HSV(B) 9.57º 0.8% 0.46% -
XYZ 8.18 5.23 1.39 -
YUV 59.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 117 38 23 0 0.68 0.80 0.54 9.57 0.67 0.27
Hex 75 26 17 0 44 50 36 A 43 1B
Octal 165 46 27 0 104 120 66 12 103 33
Binary 1110101 100110 10111 0 1000100 1010000 110110 1010 1000011 11011

Color Harmonies of #752617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752617

Black with #752617

Text Example


Text Example

White with #752617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752617; }

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

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

background-color css

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

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

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

border-color css

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

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

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