Html Css Color HEX #752710 Pueblo

📋 copy color: '#752710'

red 117 ◦ green 39 ◦ blue 16

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

Shades of Pueblo #752710

Tints of Pueblo #752710

RGB

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

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

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

R = 68.02%
G = 22.67%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#752710 (or 0x752710) is known color: Pueblo. HEX triplet: 75, 27 and 10. RGB value is (117,39,16). Sum of RGB (Red+Green+Blue) = 117+39+16=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #752710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752710 is #8AD8EF. Grayscale: #3B3B3B. Windows color (decimal): -9099504 or 1058677. OLE color: 1058677.

HSL color Cylindrical-coordinate representation of color #752710: hue angle of 13.66º 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 #752710 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 16 -
CMYK 0 0.67 0.86 0.54
HSL 13.66º 0.76% 0.26% -
HSV(B) 13.66º 0.86% 0.46% -
XYZ 8.16 5.27 1.08 -
YUV 59.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 117 39 16 0 0.67 0.86 0.54 13.66 0.76 0.26
Hex 75 27 10 0 43 56 36 E 4C 1A
Octal 165 47 20 0 103 126 66 16 114 32
Binary 1110101 100111 10000 0 1000011 1010110 110110 1110 1001100 11010

Color Harmonies of #752710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752710

Black with #752710

Text Example


Text Example

White with #752710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752710; }

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

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

background-color css

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

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

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

border-color css

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

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

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