Html Css Color HEX #752B19 Pueblo

📋 copy color: '#752B19'

red 117 ◦ green 43 ◦ blue 25

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

Shades of Pueblo #752B19

Tints of Pueblo #752B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.24%

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

R = 63.24%
G = 23.24%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752B19 (or 0x752B19) is known color: Pueblo. HEX triplet: 75, 2B and 19. RGB value is (117,43,25). Sum of RGB (Red+Green+Blue) = 117+43+25=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #752B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B19 is #8AD4E6. Grayscale: #3F3F3F. Windows color (decimal): -9098471 or 1649525. OLE color: 1649525.

HSL color Cylindrical-coordinate representation of color #752B19: hue angle of 11.74º 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 #752B19 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 43 25 -
CMYK 0 0.63 0.79 0.54
HSL 11.74º 0.65% 0.28% -
HSV(B) 11.74º 0.79% 0.46% -
XYZ 8.38 5.58 1.56 -
YUV 63.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 117 43 25 0 0.63 0.79 0.54 11.74 0.65 0.28
Hex 75 2B 19 0 3F 4F 36 C 41 1C
Octal 165 53 31 0 77 117 66 14 101 34
Binary 1110101 101011 11001 0 111111 1001111 110110 1100 1000001 11100

Color Harmonies of #752B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B19

Black with #752B19

Text Example


Text Example

White with #752B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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