Html Css Color HEX #752732 Tamarillo

📋 copy color: '#752732'

red 117 ◦ green 39 ◦ blue 50

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

Shades of Tamarillo #752732

Tints of Tamarillo #752732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.27%

R = 56.8%
G = 18.93%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#752732 (or 0x752732) is known color: Tamarillo. HEX triplet: 75, 27 and 32. RGB value is (117,39,50). Sum of RGB (Red+Green+Blue) = 117+39+50=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752732 is #8AD8CD. Grayscale: #3F3F3F. Windows color (decimal): -9099470 or 3286901. OLE color: 3286901.

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

Color convert

RGB 117 39 50 -
CMYK 0 0.67 0.57 0.54
HSL 351.54º 0.5% 0.31% -
HSV(B) 351.54º 0.67% 0.46% -
XYZ 8.64 5.46 3.62 -
YUV 63.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 117 39 50 0 0.67 0.57 0.54 351.54 0.5 0.31
Hex 75 27 32 0 43 39 36 160 32 1F
Octal 165 47 62 0 103 71 66 540 62 37
Binary 1110101 100111 110010 0 1000011 111001 110110 101100000 110010 11111

Color Harmonies of #752732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752732

Black with #752732

Text Example


Text Example

White with #752732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752732; }

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

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

background-color css

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

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

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

border-color css

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

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

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