Html Css Color HEX #752619 Pueblo

📋 copy color: '#752619'

red 117 ◦ green 38 ◦ blue 25

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

Shades of Pueblo #752619

Tints of Pueblo #752619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.89%

R = 65%
G = 21.11%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752619 (or 0x752619) is known color: Pueblo. HEX triplet: 75, 26 and 19. RGB value is (117,38,25). Sum of RGB (Red+Green+Blue) = 117+38+25=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #752619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752619 is #8AD9E6. Grayscale: #3C3C3C. Windows color (decimal): -9099751 or 1648245. OLE color: 1648245.

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

Color convert

RGB 117 38 25 -
CMYK 0 0.68 0.79 0.54
HSL 8.48º 0.65% 0.28% -
HSV(B) 8.48º 0.79% 0.46% -
XYZ 8.2 5.24 1.5 -
YUV 60.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 117 38 25 0 0.68 0.79 0.54 8.48 0.65 0.28
Hex 75 26 19 0 44 4F 36 8 41 1C
Octal 165 46 31 0 104 117 66 10 101 34
Binary 1110101 100110 11001 0 1000100 1001111 110110 1000 1000001 11100

Color Harmonies of #752619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752619

Black with #752619

Text Example


Text Example

White with #752619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752619; }

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

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

background-color css

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

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

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

border-color css

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

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

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