Html Css Color HEX #752C2D Tamarillo

📋 copy color: '#752C2D'

red 117 ◦ green 44 ◦ blue 45

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

Shades of Tamarillo #752C2D

Tints of Tamarillo #752C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.36%

 BLUE value IS 45 (17.97% from 255) = 21.84%

R = 56.8%
G = 21.36%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#752C2D (or 0x752C2D) is known color: Tamarillo. HEX triplet: 75, 2C and 2D. RGB value is (117,44,45). Sum of RGB (Red+Green+Blue) = 117+44+45=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C2D is #8AD3D2. Grayscale: #424242. Windows color (decimal): -9098195 or 2960501. OLE color: 2960501.

HSL color Cylindrical-coordinate representation of color #752C2D: hue angle of 359.18º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752C2D is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 44 45 -
CMYK 0 0.62 0.62 0.54
HSL 359.18º 0.45% 0.32% -
HSV(B) 359.18º 0.62% 0.46% -
XYZ 8.71 5.77 3.14 -
YUV 65.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 117 44 45 0 0.62 0.62 0.54 359.18 0.45 0.32
Hex 75 2C 2D 0 3E 3E 36 167 2D 20
Octal 165 54 55 0 76 76 66 547 55 40
Binary 1110101 101100 101101 0 111110 111110 110110 101100111 101101 100000

Color Harmonies of #752C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C2D

Black with #752C2D

Text Example


Text Example

White with #752C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752C2D; }

 p { color: rgb(117,44,45); }

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

background-color css

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

 a { background-color: rgb(117,44,45); }

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

border-color css

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

 span { border-color: rgb(117,44,45); }

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