Html Css Color HEX #752E19 Pueblo

📋 copy color: '#752E19'

red 117 ◦ green 46 ◦ blue 25

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

Shades of Pueblo #752E19

Tints of Pueblo #752E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.47%

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

R = 62.23%
G = 24.47%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752E19 (or 0x752E19) is known color: Pueblo. HEX triplet: 75, 2E and 19. RGB value is (117,46,25). Sum of RGB (Red+Green+Blue) = 117+46+25=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E19 is #8AD1E6. Grayscale: #404040. Windows color (decimal): -9097703 or 1650293. OLE color: 1650293.

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

Color convert

RGB 117 46 25 -
CMYK 0 0.61 0.79 0.54
HSL 13.7º 0.65% 0.28% -
HSV(B) 13.7º 0.79% 0.46% -
XYZ 8.49 5.81 1.59 -
YUV 64.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 117 46 25 0 0.61 0.79 0.54 13.7 0.65 0.28
Hex 75 2E 19 0 3D 4F 36 E 41 1C
Octal 165 56 31 0 75 117 66 16 101 34
Binary 1110101 101110 11001 0 111101 1001111 110110 1110 1000001 11100

Color Harmonies of #752E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E19

Black with #752E19

Text Example


Text Example

White with #752E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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