Html Css Color HEX #742F32 Tamarillo

📋 copy color: '#742F32'

red 116 ◦ green 47 ◦ blue 50

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

Shades of Tamarillo #742F32

Tints of Tamarillo #742F32

RGB

 RED value IS 116 (45.7% from 255) = 54.46%

 GREEN value IS 47 (18.75% from 255) = 22.07%

 BLUE value IS 50 (19.92% from 255) = 23.47%

R = 54.46%
G = 22.07%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#742F32 (or 0x742F32) is known color: Tamarillo. HEX triplet: 74, 2F and 32. RGB value is (116,47,50). Sum of RGB (Red+Green+Blue) = 116+47+50=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #742F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F32 is #8BD0CD. Grayscale: #444444. Windows color (decimal): -9162958 or 3288948. OLE color: 3288948.

HSL color Cylindrical-coordinate representation of color #742F32: hue angle of 357.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F32 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 50 -
CMYK 0 0.59 0.57 0.55
HSL 357.39º 0.42% 0.32% -
HSV(B) 357.39º 0.59% 0.45% -
XYZ 8.79 5.98 3.71 -
YUV 67.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 116 47 50 0 0.59 0.57 0.55 357.39 0.42 0.32
Hex 74 2F 32 0 3B 39 37 165 2A 20
Octal 164 57 62 0 73 71 67 545 52 40
Binary 1110100 101111 110010 0 111011 111001 110111 101100101 101010 100000

Color Harmonies of #742F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F32

Black with #742F32

Text Example


Text Example

White with #742F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742F32; }

 p { color: rgb(116,47,50); }

 H1.HeaderClassName
 {
   color: #742F32;
 }
 .AnyTagClassName
 {
   color: #742F32;
 }
</style>

background-color css

<style>
 a { background-color: #742F32; }

 a { background-color: rgb(116,47,50); }

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

border-color css

<style>
 span { border-color: #742F32; }

 span { border-color: rgb(116,47,50); }

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