Html Css Color HEX #752A15 Pueblo

📋 copy color: '#752A15'

red 117 ◦ green 42 ◦ blue 21

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

Shades of Pueblo #752A15

Tints of Pueblo #752A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.33%

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

R = 65%
G = 23.33%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#752A15 (or 0x752A15) is known color: Pueblo. HEX triplet: 75, 2A and 15. RGB value is (117,42,21). Sum of RGB (Red+Green+Blue) = 117+42+21=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #752A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A15 is #8AD5EA. Grayscale: #3E3E3E. Windows color (decimal): -9098731 or 1387125. OLE color: 1387125.

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

Color convert

RGB 117 42 21 -
CMYK 0 0.64 0.82 0.54
HSL 13.13º 0.7% 0.27% -
HSV(B) 13.13º 0.82% 0.46% -
XYZ 8.3 5.49 1.33 -
YUV 62.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 117 42 21 0 0.64 0.82 0.54 13.13 0.7 0.27
Hex 75 2A 15 0 40 52 36 D 46 1B
Octal 165 52 25 0 100 122 66 15 106 33
Binary 1110101 101010 10101 0 1000000 1010010 110110 1101 1000110 11011

Color Harmonies of #752A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A15

Black with #752A15

Text Example


Text Example

White with #752A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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