#45473D

Color #45473D Tuatara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuatara #45473D

Tints of Tuatara #45473D

Color information

#45473D (or 0x45473D) is unknown color: approx Tuatara. HEX triplet: 45, 47 and 3D. RGB value is (69,71,61). Sum of RGB (Red+Green+Blue) = 69+71+61=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 71 - color contains mainly: green. Hex color #45473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45473D is #BAB8C2. Grayscale: #454545. Windows color (decimal): -12236995 or 4015941. OLE color: 4015941.

HSL color Cylindrical-coordinate representation of color #45473D: hue angle of 72º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #45473D is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB697161-
CMYK0.0300.140.72
HSL72º7.58%25.88%-
HSV(B)72º14.08%27.84%-
XYZ5.556.115.3-
YUV69.26123.34127.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.33%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 61 (24.22% from 255) = 30.35%
R=34.33%
G=35.32%
B=30.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971610.0300.140.72727.5825.88
Hex45473D30E484881a
Octal1051077530161101101032
Binary10001011000111111101110111010010001001000100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45473D; }

 p { color: rgb(69,71,61); }

 H1.HeaderClassName
 {
   color: #45473D;
 }
 .AnyTagClassName
 {
   color: #45473D;
 }
</style>
background-color css

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

 a { background-color: rgb(69,71,61); }

 div.DivClassName
 {
   background-color: #45473D;
 }
 .BgClassName
 {
   background-color: #45473D;
 }
</style>
border-color css

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

 span { border-color: rgb(69,71,61); }

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