Html Css Color HEX #752915 Pueblo

📋 copy color: '#752915'

red 117 ◦ green 41 ◦ blue 21

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

Shades of Pueblo #752915

Tints of Pueblo #752915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.73%

R = 65.36%
G = 22.91%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#752915 (or 0x752915) is known color: Pueblo. HEX triplet: 75, 29 and 15. RGB value is (117,41,21). Sum of RGB (Red+Green+Blue) = 117+41+21=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #752915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752915 is #8AD6EA. Grayscale: #3D3D3D. Windows color (decimal): -9098987 or 1386869. OLE color: 1386869.

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

Color convert

RGB 117 41 21 -
CMYK 0 0.65 0.82 0.54
HSL 12.5º 0.7% 0.27% -
HSV(B) 12.5º 0.82% 0.46% -
XYZ 8.26 5.42 1.32 -
YUV 61.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 117 41 21 0 0.65 0.82 0.54 12.5 0.7 0.27
Hex 75 29 15 0 41 52 36 C 46 1B
Octal 165 51 25 0 101 122 66 14 106 33
Binary 1110101 101001 10101 0 1000001 1010010 110110 1100 1000110 11011

Color Harmonies of #752915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752915

Black with #752915

Text Example


Text Example

White with #752915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752915; }

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

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

background-color css

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

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

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

border-color css

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

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

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