Html Css Color HEX #752D2F Tamarillo

📋 copy color: '#752D2F'

red 117 ◦ green 45 ◦ blue 47

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

Shades of Tamarillo #752D2F

Tints of Tamarillo #752D2F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.53%

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

R = 55.98%
G = 21.53%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#752D2F (or 0x752D2F) is known color: Tamarillo. HEX triplet: 75, 2D and 2F. RGB value is (117,45,47). Sum of RGB (Red+Green+Blue) = 117+45+47=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #752D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D2F is #8AD2D0. Grayscale: #424242. Windows color (decimal): -9097937 or 3091829. OLE color: 3091829.

HSL color Cylindrical-coordinate representation of color #752D2F: hue angle of 358.33º degrees, saturation: 0.44, 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 #752D2F is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 45 47 -
CMYK 0 0.62 0.60 0.54
HSL 358.33º 0.44% 0.32% -
HSV(B) 358.33º 0.62% 0.46% -
XYZ 8.79 5.86 3.36 -
YUV 66.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 117 45 47 0 0.62 0.60 0.54 358.33 0.44 0.32
Hex 75 2D 2F 0 3E 3C 36 166 2C 20
Octal 165 55 57 0 76 74 66 546 54 40
Binary 1110101 101101 101111 0 111110 111100 110110 101100110 101100 100000

Color Harmonies of #752D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D2F

Black with #752D2F

Text Example


Text Example

White with #752D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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