Html Css Color HEX #752728 Tamarillo

📋 copy color: '#752728'

red 117 ◦ green 39 ◦ blue 40

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

Shades of Tamarillo #752728

Tints of Tamarillo #752728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.41%

R = 59.69%
G = 19.9%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#752728 (or 0x752728) is known color: Tamarillo. HEX triplet: 75, 27 and 28. RGB value is (117,39,40). Sum of RGB (Red+Green+Blue) = 117+39+40=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #752728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752728 is #8AD8D7. Grayscale: #3E3E3E. Windows color (decimal): -9099480 or 2631541. OLE color: 2631541.

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

Color convert

RGB 117 39 40 -
CMYK 0 0.67 0.66 0.54
HSL 359.23º 0.5% 0.31% -
HSV(B) 359.23º 0.67% 0.46% -
XYZ 8.44 5.39 2.6 -
YUV 62.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 117 39 40 0 0.67 0.66 0.54 359.23 0.5 0.31
Hex 75 27 28 0 43 42 36 167 32 1F
Octal 165 47 50 0 103 102 66 547 62 37
Binary 1110101 100111 101000 0 1000011 1000010 110110 101100111 110010 11111

Color Harmonies of #752728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752728

Black with #752728

Text Example


Text Example

White with #752728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752728; }

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

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

background-color css

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

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

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

border-color css

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

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

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