Html Css Color HEX #752910 Pueblo

📋 copy color: '#752910'

red 117 ◦ green 41 ◦ blue 16

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

Shades of Pueblo #752910

Tints of Pueblo #752910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 67.24%
G = 23.56%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#752910 (or 0x752910) is known color: Pueblo. HEX triplet: 75, 29 and 10. RGB value is (117,41,16). Sum of RGB (Red+Green+Blue) = 117+41+16=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #752910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752910 is #8AD6EF. Grayscale: #3D3D3D. Windows color (decimal): -9098992 or 1059189. OLE color: 1059189.

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

Color convert

RGB 117 41 16 -
CMYK 0 0.65 0.86 0.54
HSL 14.85º 0.76% 0.26% -
HSV(B) 14.85º 0.86% 0.46% -
XYZ 8.22 5.41 1.1 -
YUV 60.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 117 41 16 0 0.65 0.86 0.54 14.85 0.76 0.26
Hex 75 29 10 0 41 56 36 F 4C 1A
Octal 165 51 20 0 101 126 66 17 114 32
Binary 1110101 101001 10000 0 1000001 1010110 110110 1111 1001100 11010

Color Harmonies of #752910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752910

Black with #752910

Text Example


Text Example

White with #752910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752910; }

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

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

background-color css

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

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

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

border-color css

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

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

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