Html Css Color HEX #752715 Pueblo

📋 copy color: '#752715'

red 117 ◦ green 39 ◦ blue 21

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

Shades of Pueblo #752715

Tints of Pueblo #752715

RGB

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

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

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

R = 66.1%
G = 22.03%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#752715 (or 0x752715) is known color: Pueblo. HEX triplet: 75, 27 and 15. RGB value is (117,39,21). Sum of RGB (Red+Green+Blue) = 117+39+21=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #752715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752715 is #8AD8EA. Grayscale: #3C3C3C. Windows color (decimal): -9099499 or 1386357. OLE color: 1386357.

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

Color convert

RGB 117 39 21 -
CMYK 0 0.67 0.82 0.54
HSL 11.25º 0.7% 0.27% -
HSV(B) 11.25º 0.82% 0.46% -
XYZ 8.2 5.29 1.3 -
YUV 60.27 105.84 168.46 -
System Red Green Blue C M Y K H S L
Decimal 117 39 21 0 0.67 0.82 0.54 11.25 0.7 0.27
Hex 75 27 15 0 43 52 36 B 46 1B
Octal 165 47 25 0 103 122 66 13 106 33
Binary 1110101 100111 10101 0 1000011 1010010 110110 1011 1000110 11011

Color Harmonies of #752715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752715

Black with #752715

Text Example


Text Example

White with #752715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752715; }

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

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

background-color css

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

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

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

border-color css

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

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

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