Html Css Color HEX #752628 Tamarillo

📋 copy color: '#752628'

red 117 ◦ green 38 ◦ blue 40

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

Shades of Tamarillo #752628

Tints of Tamarillo #752628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

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

R = 60%
G = 19.49%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#752628 (or 0x752628) is known color: Tamarillo. HEX triplet: 75, 26 and 28. RGB value is (117,38,40). Sum of RGB (Red+Green+Blue) = 117+38+40=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #752628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752628 is #8AD9D7. Grayscale: #3D3D3D. Windows color (decimal): -9099736 or 2631285. OLE color: 2631285.

HSL color Cylindrical-coordinate representation of color #752628: hue angle of 358.48º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752628 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 40 -
CMYK 0 0.68 0.66 0.54
HSL 358.48º 0.51% 0.3% -
HSV(B) 358.48º 0.68% 0.46% -
XYZ 8.41 5.32 2.59 -
YUV 61.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 117 38 40 0 0.68 0.66 0.54 358.48 0.51 0.3
Hex 75 26 28 0 44 42 36 166 33 1E
Octal 165 46 50 0 104 102 66 546 63 36
Binary 1110101 100110 101000 0 1000100 1000010 110110 101100110 110011 11110

Color Harmonies of #752628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752628

Black with #752628

Text Example


Text Example

White with #752628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752628; }

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

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

background-color css

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

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

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

border-color css

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

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

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