Html Css Color HEX #713033 Tamarillo

📋 copy color: '#713033'

red 113 ◦ green 48 ◦ blue 51

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

Shades of Tamarillo #713033

Tints of Tamarillo #713033

RGB

 RED value IS 113 (44.53% from 255) = 53.3%

 GREEN value IS 48 (19.14% from 255) = 22.64%

 BLUE value IS 51 (20.31% from 255) = 24.06%

R = 53.3%
G = 22.64%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#713033 (or 0x713033) is known color: Tamarillo. HEX triplet: 71, 30 and 33. RGB value is (113,48,51). Sum of RGB (Red+Green+Blue) = 113+48+51=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #713033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713033 is #8ECFCC. Grayscale: #434343. Windows color (decimal): -9359309 or 3354737. OLE color: 3354737.

HSL color Cylindrical-coordinate representation of color #713033: hue angle of 357.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713033 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 51 -
CMYK 0 0.58 0.55 0.56
HSL 357.23º 0.4% 0.32% -
HSV(B) 357.23º 0.58% 0.44% -
XYZ 8.46 5.86 3.82 -
YUV 67.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 113 48 51 0 0.58 0.55 0.56 357.23 0.4 0.32
Hex 71 30 33 0 3A 37 38 165 28 20
Octal 161 60 63 0 72 67 70 545 50 40
Binary 1110001 110000 110011 0 111010 110111 111000 101100101 101000 100000

Color Harmonies of #713033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713033

Black with #713033

Text Example


Text Example

White with #713033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713033; }

 p { color: rgb(113,48,51); }

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

background-color css

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

 a { background-color: rgb(113,48,51); }

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

border-color css

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

 span { border-color: rgb(113,48,51); }

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