Html Css Color HEX #752E2F Tamarillo

📋 copy color: '#752E2F'

red 117 ◦ green 46 ◦ blue 47

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

Shades of Tamarillo #752E2F

Tints of Tamarillo #752E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.9%

 BLUE value IS 47 (18.75% from 255) = 22.38%

R = 55.71%
G = 21.9%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#752E2F (or 0x752E2F) is known color: Tamarillo. HEX triplet: 75, 2E and 2F. RGB value is (117,46,47). Sum of RGB (Red+Green+Blue) = 117+46+47=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #752E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E2F is #8AD1D0. Grayscale: #434343. Windows color (decimal): -9097681 or 3092085. OLE color: 3092085.

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

Color convert

RGB 117 46 47 -
CMYK 0 0.61 0.60 0.54
HSL 359.15º 0.44% 0.32% -
HSV(B) 359.15º 0.61% 0.46% -
XYZ 8.83 5.94 3.37 -
YUV 67.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 117 46 47 0 0.61 0.60 0.54 359.15 0.44 0.32
Hex 75 2E 2F 0 3D 3C 36 167 2C 20
Octal 165 56 57 0 75 74 66 547 54 40
Binary 1110101 101110 101111 0 111101 111100 110110 101100111 101100 100000

Color Harmonies of #752E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E2F

Black with #752E2F

Text Example


Text Example

White with #752E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,46,47); }

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

background-color css

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

 a { background-color: rgb(117,46,47); }

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

border-color css

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

 span { border-color: rgb(117,46,47); }

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