Html Css Color HEX #752712 Pueblo

📋 copy color: '#752712'

red 117 ◦ green 39 ◦ blue 18

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

Shades of Pueblo #752712

Tints of Pueblo #752712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 67.24%
G = 22.41%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#752712 (or 0x752712) is known color: Pueblo. HEX triplet: 75, 27 and 12. RGB value is (117,39,18). Sum of RGB (Red+Green+Blue) = 117+39+18=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #752712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752712 is #8AD8ED. Grayscale: #3C3C3C. Windows color (decimal): -9099502 or 1189749. OLE color: 1189749.

HSL color Cylindrical-coordinate representation of color #752712: hue angle of 12.73º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #752712 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 18 -
CMYK 0 0.67 0.85 0.54
HSL 12.73º 0.73% 0.26% -
HSV(B) 12.73º 0.85% 0.46% -
XYZ 8.17 5.28 1.16 -
YUV 59.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 117 39 18 0 0.67 0.85 0.54 12.73 0.73 0.26
Hex 75 27 12 0 43 55 36 D 49 1A
Octal 165 47 22 0 103 125 66 15 111 32
Binary 1110101 100111 10010 0 1000011 1010101 110110 1101 1001001 11010

Color Harmonies of #752712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752712

Black with #752712

Text Example


Text Example

White with #752712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752712; }

 p { color: rgb(117,39,18); }

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

background-color css

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

 a { background-color: rgb(117,39,18); }

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

border-color css

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

 span { border-color: rgb(117,39,18); }

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