Html Css Color HEX #752916 Pueblo

📋 copy color: '#752916'

red 117 ◦ green 41 ◦ blue 22

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

Shades of Pueblo #752916

Tints of Pueblo #752916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.22%

R = 65%
G = 22.78%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#752916 (or 0x752916) is known color: Pueblo. HEX triplet: 75, 29 and 16. RGB value is (117,41,22). Sum of RGB (Red+Green+Blue) = 117+41+22=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #752916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752916 is #8AD6E9. Grayscale: #3D3D3D. Windows color (decimal): -9098986 or 1452405. OLE color: 1452405.

HSL color Cylindrical-coordinate representation of color #752916: hue angle of 12º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752916 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 22 -
CMYK 0 0.65 0.81 0.54
HSL 12º 0.68% 0.27% -
HSV(B) 12º 0.81% 0.46% -
XYZ 8.27 5.43 1.37 -
YUV 61.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 117 41 22 0 0.65 0.81 0.54 12 0.68 0.27
Hex 75 29 16 0 41 51 36 C 44 1B
Octal 165 51 26 0 101 121 66 14 104 33
Binary 1110101 101001 10110 0 1000001 1010001 110110 1100 1000100 11011

Color Harmonies of #752916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752916

Black with #752916

Text Example


Text Example

White with #752916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752916; }

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

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

background-color css

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

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

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

border-color css

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

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

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