Html Css Color HEX #702B2E Tamarillo

📋 copy color: '#702B2E'

red 112 ◦ green 43 ◦ blue 46

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

Shades of Tamarillo #702B2E

Tints of Tamarillo #702B2E

RGB

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

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

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

R = 55.72%
G = 21.39%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#702B2E (or 0x702B2E) is known color: Tamarillo. HEX triplet: 70, 2B and 2E. RGB value is (112,43,46). Sum of RGB (Red+Green+Blue) = 112+43+46=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #702B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B2E is #8FD4D1. Grayscale: #404040. Windows color (decimal): -9426130 or 3025776. OLE color: 3025776.

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

Color convert

RGB 112 43 46 -
CMYK 0 0.62 0.59 0.56
HSL 357.39º 0.45% 0.3% -
HSV(B) 357.39º 0.62% 0.44% -
XYZ 8.04 5.37 3.2 -
YUV 63.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 112 43 46 0 0.62 0.59 0.56 357.39 0.45 0.3
Hex 70 2B 2E 0 3E 3B 38 165 2D 1E
Octal 160 53 56 0 76 73 70 545 55 36
Binary 1110000 101011 101110 0 111110 111011 111000 101100101 101101 11110

Color Harmonies of #702B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B2E

Black with #702B2E

Text Example


Text Example

White with #702B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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