Html Css Color HEX #702E32 Tamarillo

📋 copy color: '#702E32'

red 112 ◦ green 46 ◦ blue 50

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

Shades of Tamarillo #702E32

Tints of Tamarillo #702E32

RGB

 RED value IS 112 (44.14% from 255) = 53.85%

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

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

R = 53.85%
G = 22.12%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#702E32 (or 0x702E32) is known color: Tamarillo. HEX triplet: 70, 2E and 32. RGB value is (112,46,50). Sum of RGB (Red+Green+Blue) = 112+46+50=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #702E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E32 is #8FD1CD. Grayscale: #424242. Windows color (decimal): -9425358 or 3288688. OLE color: 3288688.

HSL color Cylindrical-coordinate representation of color #702E32: hue angle of 356.36º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E32 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 46 50 -
CMYK 0 0.59 0.55 0.56
HSL 356.36º 0.42% 0.31% -
HSV(B) 356.36º 0.59% 0.44% -
XYZ 8.23 5.63 3.67 -
YUV 66.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 112 46 50 0 0.59 0.55 0.56 356.36 0.42 0.31
Hex 70 2E 32 0 3B 37 38 164 2A 1F
Octal 160 56 62 0 73 67 70 544 52 37
Binary 1110000 101110 110010 0 111011 110111 111000 101100100 101010 11111

Color Harmonies of #702E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E32

Black with #702E32

Text Example


Text Example

White with #702E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702E32; }

 p { color: rgb(112,46,50); }

 H1.HeaderClassName
 {
   color: #702E32;
 }
 .AnyTagClassName
 {
   color: #702E32;
 }
</style>

background-color css

<style>
 a { background-color: #702E32; }

 a { background-color: rgb(112,46,50); }

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

border-color css

<style>
 span { border-color: #702E32; }

 span { border-color: rgb(112,46,50); }

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