Html Css Color HEX #752A10 Pueblo

📋 copy color: '#752A10'

red 117 ◦ green 42 ◦ blue 16

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

Shades of Pueblo #752A10

Tints of Pueblo #752A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 66.86%
G = 24%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#752A10 (or 0x752A10) is known color: Pueblo. HEX triplet: 75, 2A and 10. RGB value is (117,42,16). Sum of RGB (Red+Green+Blue) = 117+42+16=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #752A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A10 is #8AD5EF. Grayscale: #3D3D3D. Windows color (decimal): -9098736 or 1059445. OLE color: 1059445.

HSL color Cylindrical-coordinate representation of color #752A10: hue angle of 15.45º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #752A10 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 16 -
CMYK 0 0.64 0.86 0.54
HSL 15.45º 0.76% 0.26% -
HSV(B) 15.45º 0.86% 0.46% -
XYZ 8.26 5.48 1.11 -
YUV 61.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 117 42 16 0 0.64 0.86 0.54 15.45 0.76 0.26
Hex 75 2A 10 0 40 56 36 F 4C 1A
Octal 165 52 20 0 100 126 66 17 114 32
Binary 1110101 101010 10000 0 1000000 1010110 110110 1111 1001100 11010

Color Harmonies of #752A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A10

Black with #752A10

Text Example


Text Example

White with #752A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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