Html Css Color HEX #752B2C Tamarillo

📋 copy color: '#752B2C'

red 117 ◦ green 43 ◦ blue 44

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

Shades of Tamarillo #752B2C

Tints of Tamarillo #752B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

 BLUE value IS 44 (17.58% from 255) = 21.57%

R = 57.35%
G = 21.08%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#752B2C (or 0x752B2C) is known color: Tamarillo. HEX triplet: 75, 2B and 2C. RGB value is (117,43,44). Sum of RGB (Red+Green+Blue) = 117+43+44=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #752B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B2C is #8AD4D3. Grayscale: #414141. Windows color (decimal): -9098452 or 2894709. OLE color: 2894709.

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

Color convert

RGB 117 43 44 -
CMYK 0 0.63 0.62 0.54
HSL 359.19º 0.46% 0.31% -
HSV(B) 359.19º 0.63% 0.46% -
XYZ 8.65 5.69 3.03 -
YUV 65.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 117 43 44 0 0.63 0.62 0.54 359.19 0.46 0.31
Hex 75 2B 2C 0 3F 3E 36 167 2E 1F
Octal 165 53 54 0 77 76 66 547 56 37
Binary 1110101 101011 101100 0 111111 111110 110110 101100111 101110 11111

Color Harmonies of #752B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B2C

Black with #752B2C

Text Example


Text Example

White with #752B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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