Html Css Color HEX #752C19 Pueblo

📋 copy color: '#752C19'

red 117 ◦ green 44 ◦ blue 25

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

Shades of Pueblo #752C19

Tints of Pueblo #752C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.66%

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

R = 62.9%
G = 23.66%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752C19 (or 0x752C19) is known color: Pueblo. HEX triplet: 75, 2C and 19. RGB value is (117,44,25). Sum of RGB (Red+Green+Blue) = 117+44+25=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #752C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C19 is #8AD3E6. Grayscale: #3F3F3F. Windows color (decimal): -9098215 or 1649781. OLE color: 1649781.

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

Color convert

RGB 117 44 25 -
CMYK 0 0.62 0.79 0.54
HSL 12.39º 0.65% 0.28% -
HSV(B) 12.39º 0.79% 0.46% -
XYZ 8.41 5.65 1.57 -
YUV 63.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 117 44 25 0 0.62 0.79 0.54 12.39 0.65 0.28
Hex 75 2C 19 0 3E 4F 36 C 41 1C
Octal 165 54 31 0 76 117 66 14 101 34
Binary 1110101 101100 11001 0 111110 1001111 110110 1100 1000001 11100

Color Harmonies of #752C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C19

Black with #752C19

Text Example


Text Example

White with #752C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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