Html Css Color HEX #752B2E Tamarillo

📋 copy color: '#752B2E'

red 117 ◦ green 43 ◦ blue 46

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

Shades of Tamarillo #752B2E

Tints of Tamarillo #752B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 56.8%
G = 20.87%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#752B2E (or 0x752B2E) is known color: Tamarillo. HEX triplet: 75, 2B and 2E. RGB value is (117,43,46). Sum of RGB (Red+Green+Blue) = 117+43+46=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B2E is #8AD4D1. Grayscale: #414141. Windows color (decimal): -9098450 or 3025781. OLE color: 3025781.

HSL color Cylindrical-coordinate representation of color #752B2E: hue angle of 357.57º 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 #752B2E is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 43 46 -
CMYK 0 0.63 0.61 0.54
HSL 357.57º 0.46% 0.31% -
HSV(B) 357.57º 0.63% 0.46% -
XYZ 8.69 5.71 3.23 -
YUV 65.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 117 43 46 0 0.63 0.61 0.54 357.57 0.46 0.31
Hex 75 2B 2E 0 3F 3D 36 166 2E 1F
Octal 165 53 56 0 77 75 66 546 56 37
Binary 1110101 101011 101110 0 111111 111101 110110 101100110 101110 11111

Color Harmonies of #752B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B2E

Black with #752B2E

Text Example


Text Example

White with #752B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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